PowerTools InputMan for ASP.NET 8.0J
NavigatorOrientation プロパティ (DropDownCalendar)
使用例 

ナビゲータを表示する位置を取得または設定します。
構文
Public Property NavigatorOrientation As NavigatorOrientation
public NavigatorOrientation NavigatorOrientation {get; set;}

プロパティ値

既定値:GrapeCity.Web.Input.IMCalendar.NavigatorOrientation.Right
解説
NavigatorOrientationプロパティは、カレンダー上で年月を移動ために用意されているナビゲータの表示位置を指定するときに使用します。

NavigatorOrientationプロパティの設定が有効になるのは、ShowNavigator プロパティをCalendarNavigators.ButtonsまたはCalendarNavigators.Scrollbarに設定しているときだけです。
使用例
次のサンプルコードは、スクロール型のナビゲータを設定する方法を示します。
Imports GrapeCity.Web.Input.IMCalendar

GcDateTime1.DropDownCalendar.ShowNavigator = CalendarNavigators.ScrollBar
GcDateTime1.DropDownCalendar.NavigatorOrientation = NavigatorOrientation.Bottom
GcDateTime1.DropDownCalendar.ShowScrollTip = True
GcDateTime1.DropDownCalendar.ScrollTipAlign = ScrollTipAlignment.BottomRight
using GrapeCity.Web.Input.IMCalendar;

GcDateTime1.DropDownCalendar.ShowNavigator = CalendarNavigators.ScrollBar;
GcDateTime1.DropDownCalendar.NavigatorOrientation = NavigatorOrientation.Bottom;
GcDateTime1.DropDownCalendar.ShowScrollTip = true;
GcDateTime1.DropDownCalendar.ScrollTipAlign = ScrollTipAlignment.BottomRight;
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.