ListItem Constructor (String, String, Boolean, Boolean)
|
Initializes a new instance of the
ListItem class.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic ListItem(
string Text,
string Value,
bool Enabled,
bool Active
)
Parameters
- Text
- Type: SystemString
The text. - Value
- Type: SystemString
The value. - Enabled
- Type: SystemBoolean
Whether the item is enabled. - Active
- Type: SystemBoolean
Whether the item is active.
See Also