|
|
|
Pressed Property, ButtonPartClass Class |
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 { |
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