alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved