ButtonButtonBehavior Enumeration |
Operation button behavior.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Enumeration ButtonBehavior
public enum ButtonBehavior
Members
| Member name | Value | Description |
---|
| ManualState | 0 | State is not set by the button. Optionally the state can be set through script. |
| PushState | 1 | State is automatically set On when the button is pushed and Off when released. |
| ToggleState | 2 | State is automatically toggled when the button is released. |
See Also