| SoButtonEventSetState Method  | 
Sets the state of the button. 
 
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic 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