[]
Represents an option in the InputComboBox element.
public class InputOption : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable
| Name | Description |
|---|---|
| InputOption() | Initializes a new instance of InputOption. |
| InputOption(string) | Initializes a new instance of InputOption with given text. |
| Name | Description |
|---|---|
| InputComboBox | Gets the InputComboBox that owns this InputOption. |
| Text | Gets or sets the text associated with the component. |