名前空間一覧 > GrapeCity.Web.Input.Core 名前空間 : DropDown クラス |
Public Class DropDown Inherits BaseViewState
public class DropDown : BaseViewState
コントロール | ドロップダウンオブジェクト |
---|---|
テキスト | エディットウィンドウ |
日付時刻、日付 | カレンダー、数値パッド、日付時刻ピッカー |
時刻 | 数値パッド、時刻ピッカー |
数値 | 電卓、数値パッド |
コンボ | リストボックス |
Imports GrapeCity.Web.Input.Core GcTextBox1.DropDown.AutoDropDown = True GcTextBox1.DropDown.DropDownShadow = True GcTextBox1.DropDown.Enabled = True GcTextBox1.DropDown.Position = ButtonPosition.Outside GcTextBox1.DropDown.Visible = True
using GrapeCity.Web.Input.Core; GcTextBox1.DropDown.AutoDropDown = true; GcTextBox1.DropDown.DropDownShadow = true; GcTextBox1.DropDown.Enabled = true; GcTextBox1.DropDown.Position = ButtonPosition.Outside; GcTextBox1.DropDown.Visible = true;
System.Object
GrapeCity.Web.Input.Core.NotifyObject
GrapeCity.Web.Input.Core.BaseViewState
GrapeCity.Web.Input.Core.DropDown
GrapeCity.Web.Input.IMDate.DateDropDown
GrapeCity.Web.Input.IMNumber.NumberDropDown