WinForms

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

    Show / Hide Table of Contents

    Class RibbonTitleButton

    Class used to save the properties for customized System button.

    Inheritance
    System.Object
    RibbonTitleButton
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.Color

    Image

    Gets or set the image of the custom button.

    Declaration
    public Image Image { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    ToolTipText

    Gets or set the tooltip text of the custom button.

    Declaration
    public string ToolTipText { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved