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

表示するナビゲータの種類を取得または設定します。
構文
Public Property ShowNavigator As CalendarNavigators
public CalendarNavigators ShowNavigator {get; set;}

プロパティ値

Navigators 値の 1 つ。デフォルト値は Outlook です。
使用例
次のサンプルコードは、スクロール型のナビゲータを設定する方法を示します。
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