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

サイドボタンのコレクションを取得します。
構文
Public ReadOnly Property SideButtons As SideButtonCollection
public SideButtonCollection SideButtons {get;}

プロパティ値

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

CalendarGcTimeSpanCellType クラス
CalendarGcTimeSpanCellType メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.