PowerTools CalendarGrid for Windows Forms 1.0J
Visible プロパティ (CalendarNavigationBar)
使用例 

GcCalendarGrid にナビゲーションバーを表示するかどうかを示す値を取得または設定します。
構文
Public Property Visible As Boolean
public bool Visible {get; set;}

プロパティ値

カレンダーグリッドにナビゲーションバーを表示するかどうかを表す System.Boolean 値。既定値は false です。GrapeCity.Win.CalendarGrid にナビゲーションバーを表示する場合は true。それ以外の場合は false
使用例
次のサンプルコードは、GcCalendarGrid にナビゲーションバーを表示する方法を示します。
private void ShowNavigationBar()
{
    this.gcCalendarGrid1.NavigationBar.Visible = true;
}
Private Sub ShowNavigationBar()
    Me.gcCalendarGrid1.NavigationBar.Visible = True
End Sub
参照

CalendarNavigationBar クラス
CalendarNavigationBar メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.