STSeriesDeviceButtonProperty Enumeration | |
Properties that are associated with buttons, either for getting or setting
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public enum ButtonProperty
Public Enumeration ButtonProperty
public enum class ButtonProperty
Members
| Member name | Value | Description |
---|
| Visible | 0 |
Button is visible
|
| Enable | 1 |
button is enabled
|
| ClearContainerOnSelect | 2 |
Selecting the button will clear the parent container
|
| Frame | 3 |
The button will have a frame around it
|
| Text | 4 |
The button text
|
See Also