Softelvdm.Controls Class Library for Windows Controls 1.0

Pressed Property, ButtonPartClass Class

Softel vdm, Inc.

Defines whether the button is currently pressed.

Syntax      ButtonPartClass 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 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