[This is preliminary documentation and is subject to change.]
Indicates whether an element can receive events
Namespace: NFX.WinForms.ElementsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Enabled { get; set; }public bool Enabled { get; set; }Public Property Enabled As Boolean
Get
Set
Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}public:
property bool Enabled {
bool get ();
void set (bool value);
}member Enabled : bool with get, set
member Enabled : bool with get, set
Property Value
Type:
Boolean