Class ToolStripGalleryItem
Inheritance
System.Object
ToolStripGalleryItem
Assembly: Syncfusion.Tools.Windows.dll
public class ToolStripGalleryItem : Object
Constructors
Declaration
public ToolStripGalleryItem()
Properties
Declaration
public bool Enabled { get; set; }
Property Value
Declaration
public Image Image { get; set; }
Property Value
| Type |
| System.Drawing.Image |
Declaration
public int ImageIndex { get; set; }
Property Value
Declaration
public Color ImageTransparentColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public object Tag { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
ToolTipText
Gets or sets tooltip text
Declaration
public string ToolTipText { get; set; }
Property Value