UtilNotificationAreaVisibleHwnd Property
Gets the window handle of the visible section of the notification area window.
Namespace: DevCase.Core.Windows.DesktopAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static IntPtr VisibleHwnd { get; }
Public Shared ReadOnly Property VisibleHwnd As IntPtr
Get
Dim value As IntPtr
value = UtilNotificationArea.VisibleHwnd
public:
static property IntPtr VisibleHwnd {
IntPtr get ();
}
static member VisibleHwnd : IntPtr with get
No code example is currently available or this language may not be supported.
Property Value
IntPtr
The window handle of the visible section of the notification area window.