Search
DockItem.Icon Property
See Also
 





Gets or sets the icon, displayed next to the header of the item.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public Image Icon { get; set; }

Visual Basic  Copy Code

Public Property Icon As Image

 Property Value

A .NET Image object.

 See Also