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

スクロールバーの使用時に、スクロールチップを表示するかどうかを取得または設定します。
構文
Public Property ShowScrollTip As Boolean
public bool ShowScrollTip {get; set;}

プロパティ値

既定値:True
解説
ShowScrollTipプロパティは、ShowNavigator プロパティをCalendarNavigators.Scrollbarに設定したときに有効になります。

ShowScrollTipプロパティをTrueに設定すると、スクロールボックスを使ってカレンダーのナビゲーションを行っているときに、現在の月を表わすスクロールチップが表示されます。スクロールチップの表示位置は、ScrollTipAlignプロパティで指定します。
使用例
次のサンプルコードは、スクロール型のナビゲータを設定する方法を示します。
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.