| SoEventSetCtrlDown Method  | 
Sets whether the CTRL key was down when the event occurred. 
 
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetCtrlDown(
	bool isDown
)
Public Sub SetCtrlDown ( 
	isDown As Boolean
)
public:
void SetCtrlDown(
	bool isDown
)
member SetCtrlDown : 
        isDown : bool -> unit 
Parameters
- isDown
 - Type: SystemBoolean
 
Remarks
See Also