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