Softelvdm.Controls Class Library for Windows Controls 1.0

Enabled Property, CheckBoxPartClass Class

Softel vdm, Inc.

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 {
        bool get();
        void set(bool value);
}

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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com