Class RibbonTitleButton
Class used to save the properties for customized System button.
Inheritance
System.Object
RibbonTitleButton
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 RibbonTitleButton
Constructors
RibbonTitleButton()
Initializes a new instance of the RibbonTitleButton class.
Declaration
public RibbonTitleButton()
Properties
HoverBackColor
Declaration
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Image
Gets or set the image of the custom button.
Declaration
public Image Image { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
ToolTipText
Gets or set the tooltip text of the custom button.
Declaration
public string ToolTipText { get; set; }
Property Value
Type |
---|
System.String |