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