UtilFormsIsFullscreen(Form) Method
Determine whether the specified form is running 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 bool IsFullscreen(
Form form
)
public:
static bool IsFullscreen(
Form^ form
)
static member IsFullscreen :
form : Form -> bool
No code example is currently available or this language may not be supported.
- form Form
[Missing <param name="form"/> documentation for "M:DevCase.Core.Application.Forms.UtilForms.IsFullscreen(System.Windows.Forms.Form)"]
Boolean if the specified form is running in fullscreen mode;
otherwise,
.