名前空間一覧 > GrapeCity.Web.Input.IMNumber 名前空間 > GcNumber クラス : DropDown プロパティ |
Public Shadows Property DropDown As NumberDropDown
public new NumberDropDown DropDown {get; set;}
Imports GrapeCity.Web.Input.Core GcNumber1.DropDown.Enabled = True GcNumber1.DropDown.Position = ButtonPosition.Outside GcNumber1.DropDown.Visible = True
using GrapeCity.Web.Input.Core; GcNumber1.DropDown.Enabled = true; GcNumber1.DropDown.Position = ButtonPosition.Outside; GcNumber1.DropDown.Visible = true;