UtilFormsToggleFormSystray Method
Toggles the visibility of the specified
Form
to minimize it to system-tray or restore it from system-tray.
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 ToggleFormSystray(
Form form,
NotifyIcon ntfy = null
)
public:
static void ToggleFormSystray(
Form^ form,
NotifyIcon^ ntfy = nullptr
)
static member ToggleFormSystray :
form : Form *
?ntfy : NotifyIcon
(* Defaults:
let _ntfy = defaultArg ntfy null
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- form Form
-
The target Form to toofle its visibility.
- ntfy NotifyIcon (Optional)
-
The NotifyIcon.