名前空間一覧 > GrapeCity.Web.Input.IMDate 名前空間 > DropDownCalendar クラス : HCellSpacing プロパティ |
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | 負の値が設定されています。 |
GcDateTime1.DropDownCalendar.BackColor = Color.Orange GcDateTime1.DropDownCalendar.ItemStyle.BackColor = Color.Bisque GcDateTime1.DropDownCalendar.VCellSpacing = 1 GcDateTime1.DropDownCalendar.HCellSpacing = 1
GcDateTime1.DropDownCalendar.BackColor = Color.Orange; GcDateTime1.DropDownCalendar.ItemStyle.BackColor = Color.Bisque; GcDateTime1.DropDownCalendar.VCellSpacing = 1; GcDateTime1.DropDownCalendar.HCellSpacing = 1;