DevDwmThumbnailWindowHandle Property
Gets the window handle (hWnd) of the window shown in the DWM Thumbnail.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public int WindowHandle { get; }
<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public ReadOnly Property WindowHandle As Integer
Get
Dim instance As DevDwmThumbnail
Dim value As Integer
value = instance.WindowHandle
public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
property int WindowHandle {
int get ();
}
[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member WindowHandle : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32