Softelvdm.Controls Class Library for Windows Controls 1.0

Enabled Property, DropDownButtonPartClass Class

Softel vdm, Inc.

Defines whether the dropdown button is enabled.

Syntax      DropDownButtonPartClass 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 dropdown button is enabled.

A disabled dropdown button 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