|
|
|
Toggle Property, ButtonPartClass Class |
Defines whether the button is a toggle button (Toggle property).
Syntax ButtonPartClass Class (Softelvdm.Controls)
VB |
Public Property Toggle As Boolean |
C# |
public bool Toggle { get; set; } |
C++ |
public: property bool Toggle { |
Property Value
True the button is a toggle button, otherwise False.
The default value is False.
Comments
The Toggle property defines whether the button is a toggle button (Toggle property).
A toggle button remains pressed once it is clicked. If clicked again, it will return to its released position.
Version Information
Supported in version 1.0.
Products Table