| SoEventSetShiftDown Method  | 
Sets whether the shift key 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 SetShiftDown(
	bool isDown
)
Public Sub SetShiftDown ( 
	isDown As Boolean
)
public:
void SetShiftDown(
	bool isDown
)
member SetShiftDown : 
        isDown : bool -> unit 
Parameters
- isDown
 - Type: SystemBoolean
 
Remarks
See Also