Back to Devexpress

TaskbarAssistant.ParentControl Property

windowsforms-devexpress-dot-utils-dot-taskbar-dot-taskbarassistant-1bd71796.md

latest1.6 KB
Original Source

TaskbarAssistant.ParentControl Property

Gets or sets the Control to which the current TaskbarAssistant is bound.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public Control ParentControl { get; set; }
vb
<Browsable(False)>
Public Property ParentControl As Control

Property Value

TypeDescription
Control

A System.Windows.Forms.Control object to which the current TaskbarAssistant is bound.

|

See Also

Handle

Assign(Control)

TaskbarAssistant Class

TaskbarAssistant Members

DevExpress.Utils.Taskbar Namespace