GrapeCity.Win.CalendarGrid.v20 アセンブリ > GrapeCity.Win.CalendarGrid.InputMan 名前空間 > CalendarGcTimeSpanCellType クラス : SideButtons プロパティ |
Public ReadOnly Property SideButtons As SideButtonCollection
public SideButtonCollection SideButtons {get;}
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