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

GrapeCity.Win.CalendarGrid.InputMan.GcDateTimeCell のサイドボタンを取得します。
構文
Public ReadOnly Property SideButtons As SideButtonCollection
public SideButtonCollection SideButtons {get;}

プロパティ値

コレクションを示す SideButtonCollection
使用例
次のサンプルコードは、サイドボタンを追加する方法を示します。このサンプルコードは、CalendarGcDateTimeCellType に示されている詳細なコード例の一部を抜粋したものです。
private void SetSideButtons(CalendarGcDateTimeCellType gcDateCell1)
{
    gcDateCell1.SideButtons.Clear();
    gcDateCell1.SideButtons.Add(new SpinButton());
}
Private Sub SetSideButtons(gcDateCell1 As CalendarGcDateTimeCellType)
    gcDateCell1.SideButtons.Clear()
    gcDateCell1.SideButtons.Add(New SpinButton())
End Sub
参照

CalendarGcDateTimeCellType クラス
CalendarGcDateTimeCellType メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.