Gets or sets the icon, displayed next to the header of the item.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Image Icon { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Icon As Image |
A .NET Image object.
See Also