UtilFormsDeactivateFullscreen Method
Cause the specified
Form to exit from 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 DeactivateFullscreen(
Form form
)
Public Shared Sub DeactivateFullscreen (
form As Form
)
Dim form As Form
UtilForms.DeactivateFullscreen(form)
public:
static void DeactivateFullscreen(
Form^ form
)
static member DeactivateFullscreen :
form : Form -> unit
No code example is currently available or this language may not be supported.
Parameters
- form Form
-
The target Form.
This is a code example.
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.
No code example is currently available or this language may not be supported.