Softelvdm.Controls Class Library for Windows Controls 1.0

Pressed Property, DropDownButtonPartClass Class

Softel vdm, Inc.

Defines whether the dropdown button is currently pressed.

Syntax      DropDownButtonPartClass Class (Softelvdm.Controls)

VB   

Public Property Pressed As Boolean

C#   

public bool Pressed { get; set; }

C++   

public: property bool Pressed {
        bool get();
        void set(bool value);
}

Property Value

True if pressed, otherwise False.

The default value is False.

Comments

The Pressed property defines whether the dropdown button is currently pressed.

Version Information

Supported in version 1.0.
Products Table


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