UtilFormsActivateFullscreen Method
Cause the specified
Form to enter in Fullscreen mode.
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 ActivateFullscreen(
Form form,
bool topMost = true
)
Public Shared Sub ActivateFullscreen (
form As Form,
Optional topMost As Boolean = true
)
Dim form As Form
Dim topMost As Boolean
UtilForms.ActivateFullscreen(form, topMost)
public:
static void ActivateFullscreen(
Form^ form,
bool topMost = true
)
static member ActivateFullscreen :
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.
Default value is .
This is a code example.
No code example is currently available or this language may not be supported.
ActivateFullScreen(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.