SoWinSpaceballSetFocusToWindow Method |
Win32 does not support focus change.
Namespace: OIV.Inventor.Win.DevicesAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
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