| TaskDialogItemEnabled Property |
Gets or sets a value that indicates whether the item is enabled.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}
member Enabled : bool with get, set
Property Value
Type:
Boolean if this item is enabled; otherwise,
.
Remarks
If a button or radio button is not enabled, it will be grayed out and cannot be
selected or clicked.
See Also