Skip to main content

ThumbButtonClickEventArgs.Handle Property

Gets the window handle that the TaskbarAssistant is bound to.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

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

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