SoWinComponentSetFullScreen Method |
Switches the viewer into (or out of) fullscreen mode.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic 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:
Boolean
Remarks
See Also