|
|
|
Enabled Property, CheckBoxPartClass Class |
Defines whether the checkbox is enabled.
Syntax CheckBoxPartClass 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 checkbox is enabled.
A disabled checkbox cannot be clicked and appears grayed.
Version Information
Supported in version 1.0.
Products Table