名前空間一覧 > GrapeCity.Web.Input.IMDate 名前空間 > GcTime クラス : DropDownPicker プロパティ |
Public Shadows Property DropDownPicker As DropDownDatePicker
public new DropDownDatePicker DropDownPicker {get; set;}
Imports GrapeCity.Web.Input.IMDate Imports System.Drawing GcTime1.DropDown.DropDownType = TimeDropDownType.Picker GcTime1.DropDownPicker.BackColor = Color.AliceBlue GcTime1.DropDownPicker.ForeColor = Color.Blue
using GrapeCity.Web.Input.IMDate; using System.Drawing; GcTime1.DropDown.DropDownType = TimeDropDownType.Picker; GcTime1.DropDownPicker.BackColor = Color.AliceBlue; GcTime1.DropDownPicker.ForeColor = Color.Blue;