SoWinComponentSetFullScreen Method |
Switches the viewer into (or out of) 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 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