UtilFormsMinimizeToSystray Method
Minimizes the specified
Form to 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 MinimizeToSystray(
Form form,
NotifyIcon ntfy = null
)
public:
static void MinimizeToSystray(
Form^ form,
NotifyIcon^ ntfy = nullptr
)
static member MinimizeToSystray :
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 minimize.
- ntfy NotifyIcon (Optional)
-
The NotifyIcon.