Class ToolStripGalleryItem
Inheritance
System.Object
ToolStripGalleryItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripGalleryItem
Constructors
ToolStripGalleryItem()
Declaration
public ToolStripGalleryItem()
Properties
Enabled
Enable Gallery Item
Declaration
public bool Enabled { get; set; }
Property Value
Type |
---|
System.Boolean |
Image
Declaration
public Image Image { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
ImageIndex
Declaration
public int ImageIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
ImageTransparentColor
Declaration
public Color ImageTransparentColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Tag
Declaration
public object Tag { get; set; }
Property Value
Type |
---|
System.Object |
Text
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
ToolTipText
Gets or sets tooltip text
Declaration
public string ToolTipText { get; set; }
Property Value
Type |
---|
System.String |