Class RibbonTitleButton
Class used to save the properties for customized System button.
Inheritance
System.Object
RibbonTitleButton
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RibbonTitleButton : Object
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 |