PowerTools PlusPak for Windows Forms 8.0J
ShowScrollTip プロパティ
使用例 

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

プロパティ値

スクロールバーの使用時にスクロールチップウィンドウを表示する場合は true。それ以外の場合は false。デフォルト値は true です。
使用例
次のサンプルコードは、スクロール型のナビゲータを設定する方法を示します。
Imports GrapeCity.Win.Calendar

GcCalendar1.ShowNavigator = CalendarNavigators.ScrollBar
GcCalendar1.NavigatorOrientation = NavigatorOrientation.Bottom
GcCalendar1.ShowScrollTip = True
GcCalendar1.ScrollTipAlign = ScrollTipAlignment.BottomRight
using GrapeCity.Win.Calendar;

gcCalendar1.ShowNavigator = CalendarNavigators.ScrollBar;
gcCalendar1.NavigatorOrientation = NavigatorOrientation.Bottom;
gcCalendar1.ShowScrollTip = true;
gcCalendar1.ScrollTipAlign = ScrollTipAlignment.BottomRight;
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcCalendar クラス
GcCalendar メンバ

Send Feedback