| SoWinSpaceballSetFocusToWindow Method  | 
Win32 does not support focus change. 
 
Namespace: OIV.Inventor.Win.DevicesAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetFocusToWindow(
	bool flag
)
Public Sub SetFocusToWindow ( 
	flag As Boolean
)
public:
void SetFocusToWindow(
	bool flag
)
member SetFocusToWindow : 
        flag : bool -> unit 
Parameters
- flag
 - Type: SystemBoolean
 
RemarksThis method is provided for source compatibility. 
See Also