Skip to main content
A newer version of this page is available. .

ThumbButtonClickEventArgs.Handle Property

Gets the window handle that the TaskbarAssistant is bound to.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public IntPtr Handle { get; }

Property Value

Type Description
IntPtr

The window handle that the TaskbarAssistant is bound to.

Remarks

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

See Also