Back to Devexpress

ThumbButtonClickEventArgs.Handle Property

windowsforms-devexpress-dot-utils-dot-taskbar-dot-thumbbuttonclickeventargs.md

latest1.6 KB
Original Source

ThumbButtonClickEventArgs.Handle Property

Gets the window handle that the TaskbarAssistant is bound to.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public IntPtr Handle { get; }
vb
Public ReadOnly Property Handle As IntPtr

Property Value

TypeDescription
IntPtr

The window handle that the TaskbarAssistant is bound to.

|

Remarks

The Handle property returns the handle of the TaskbarAssistant.ParentControl.

See Also

ThumbButton

ThumbButtonClickEventArgs Class

ThumbButtonClickEventArgs Members

DevExpress.Utils.Taskbar Namespace