SoButtonEventSetState Method |
Sets the state of the button.
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetState(
SoButtonEventStates s
)
Public Sub SetState (
s As SoButtonEventStates
)
public:
void SetState(
SoButtonEventStates s
)
member SetState :
s : SoButtonEventStates -> unit
Parameters
- s
- Type: OIV.Inventor.EventsSoButtonEventStates
Remarks See Also