SoWinComponentSetFullScreen Method |
Switches the viewer into (or out of) fullscreen mode.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool SetFullScreen(
bool enable
)
Public Function SetFullScreen (
enable As Boolean
) As Boolean
public:
bool SetFullScreen(
bool enable
)
member SetFullScreen :
enable : bool -> bool
Parameters
- enable
- Type: SystemBoolean
Return Value
Type:
BooleanRemarks See Also