This property is not meaningful for this control.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public bool Enabled { get; set; } |
Visual Basic |
---|
Public Property Enabled As Boolean Get Set |
Visual C++ |
---|
public: property bool Enabled { bool get (); void set (bool value); } |
F# |
---|
member Enabled : bool with get, set |