|
|
|
Enabled Property, ButtonPartClass Class |
Defines whether the button is enabled.
Syntax ButtonPartClass Class (Softelvdm.Controls)
VB |
Public Property Enabled As Boolean |
C# |
public bool Enabled { get; set; } |
C++ |
public: property bool Enabled { |
Property Value
True if enabled, otherwise False.
The default value is True.
Comments
The Enabled property defines whether the button is enabled.
A disabled button cannot be clicked and appears grayed.
Version Information
Supported in version 1.0.
Products Table