|
|
|
|
ButtonBehaviorEnum Enumeration |
Defines the behavior of a button.
Syntax ButtonBehaviorEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum ButtonBehaviorEnum |
C# |
public enum ButtonBehaviorEnum |
C++ |
public enum class ButtonBehaviorEnum |
Member |
Value |
Description |
StayPressed | 0 | The button remains pressed after being clicked. Clicking it again will release the button. |
BounceBack | 1 | The button is automatically released after being clicked. |
Comments
The ButtonBehaviorEnum enumeration defines the behavior of a button.