UtilFormsToggleFullscreen Method
Toggles the Fullscreen mode of the specified
Form.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void ToggleFullscreen(
Form form,
bool topMost = true
)
Public Shared Sub ToggleFullscreen (
form As Form,
Optional topMost As Boolean = true
)
Dim form As Form
Dim topMost As Boolean
UtilForms.ToggleFullscreen(form, topMost)
public:
static void ToggleFullscreen(
Form^ form,
bool topMost = true
)
static member ToggleFullscreen :
form : Form *
?topMost : bool
(* Defaults:
let _topMost = defaultArg topMost true
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- form Form
-
The target Form.
- topMost Boolean (Optional)
-
If set to ,
causes the target Form to be the top-most window if enters to Fullscreen mode.
Default value is .
This is a code example.
No code example is currently available or this language may not be supported.
ToggleFullscreen(Me, topMost:=True)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.