WPF

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

    Show / Hide Table of Contents

    Interface IRibbonControl

    Represents basic interface for Ribbon controls.

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public interface IRibbonControl : IDisposable

    Properties

    Label

    Gets the value of the Label property.

    Declaration
    string Label { get; }
    Property Value
    Type Description
    System.String

    SmallIcon

    Gets the value of the Image property.

    Declaration
    ImageSource SmallIcon { get; }
    Property Value
    Type Description
    System.Windows.Media.ImageSource

    ToolTip

    Gets the value of the ToolTip property.

    Declaration
    object ToolTip { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved