SoWinComponentSetFullScreenEnable Method |
Enables/disables fullscreen mode.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetFullScreenEnable(
bool enable
)
Public Sub SetFullScreenEnable (
enable As Boolean
)
public:
void SetFullScreenEnable(
bool enable
)
member SetFullScreenEnable :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
Remarks If fullscreen mode is disabled, it is not possible to activate fullscreen mode with the right mouse button popup menu.
See Also