Click or drag to resize

ButtonButtonBehavior Enumeration

Operation button behavior.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Enumeration ButtonBehavior
Members
  Member nameValueDescription
ManualState0State is not set by the button. Optionally the state can be set through script.
PushState1State is automatically set On when the button is pushed and Off when released.
ToggleState2State is automatically toggled when the button is released.
See Also