Class ToolStripItemAdvInfo
Info about ToolStripItem in the RibbonControlAdvHeader.
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 ToolStripItemAdvInfo
Constructors
ToolStripItemAdvInfo(ToolStripItem)
Creates and initializes new instance of ToolStripItemAdvInfo.
Declaration
public ToolStripItemAdvInfo(ToolStripItem item)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ToolStripItem | item | Name of the underlying item. |
Fields
Item
Reference to the underlying item.
Declaration
public ToolStripItem Item
Field Value
Type |
---|
System.Windows.Forms.ToolStripItem |