| SoEventSetButton1Down Method  | 
Sets whether mouse Button 1 was down when the event occurred. 
 
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetButton1Down(
	bool isDown
)
Public Sub SetButton1Down ( 
	isDown As Boolean
)
public:
void SetButton1Down(
	bool isDown
)
member SetButton1Down : 
        isDown : bool -> unit 
Parameters
- isDown
 - Type: SystemBoolean
 
Remarks
See Also