[]
Serves as a base class for drop-down elements like InputComboBox.
public abstract class InputDropDown : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable
Name | Description |
---|---|
DroppedDown | Gets or sets whether the drop-down portion of this element is visible. |
Name | Description |
---|---|
OnDropDown(EventArgs) | Raises the DropDown event. |
OnDropDownClosed(EventArgs) | Raises the DropDownClosed event. |
Name | Description |
---|---|
DropDown | Fires when the drop-down portion of this element is shown. |
DropDownClosed | Indicates that the drop-down portion of this element has closed. |