Class | Description |
---|---|
DropDownItem | Represents an item of @code:IDropDown. |
ListBoxItem | Represents an item of @code:IListBox. |
SelectorItem | Provides a base class for item types in a selection control. |
Class | Description |
---|---|
DropDownItem | Represents an item of @code:IDropDown. |
ListBoxItem | Represents an item of @code:IListBox. |
SelectorItem | Provides a base class for item types in a selection control. |
Interface | Description |
---|---|
IButton | The button control. |
ICellLinkControl | Common members of controls that have CellLink property. |
ICellLinkControlT<T> | Common members of controls that have CellLink property. |
ICheckBox | The check box control. |
IContentControl | Common members of controls that have text content to display. |
IControl | The base of form controls. |
IControlCollection | Common members of form control collections |
IControlT<T> | Generic type members of form controls |
IDropDown | The drop down control. |
IDropDownItemList | Prevents generic type parameter erasure for IItemList<T>< DropDownItem> . |
IGroupBox | The group box control. |
IItemCollection<T> | Holds the collection of items that constitute the content of an ISelector. |
IItemList<T> | Holds the list of items that constitute the content of an ISelector. |
ILabel | The label control. |
IListBox | The list box control. |
IListBoxItemCollection | Prevents generic type parameter erasure for IItemCollection<T>< ListBoxItem> . |
IListBoxItemList | Prevents generic type parameter erasure for IItemList<T>< ListBoxItem> . |
IOptionButton | The option button control. |
IRangeBase | Represents an element that has a value within a specific range. |
IScrollBar | The scrollbar control. |
ISelector | Represents a control that allows a user to select items from among its child elements. |
ISelectorT<T,TCollection> | Represents a control that allows a user to select items from among its child elements. |
ISpinner | The spinner control. |
Enumeration | Description |
---|---|
FormControlOrientation | Defines the different orientations that a control or layout can have. |
FormControlType | Represents the type of form controls. |
SelectionMode | The selection mode of list box |