SoEventSetButton1Down Method |
Sets whether mouse Button 1 was down when the event occurred.
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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