Interface IRibbonControl
Represents basic interface for Ribbon controls.
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 |
---|
System.String |
SmallIcon
Gets the value of the Image property.
Declaration
ImageSource SmallIcon { get; }
Property Value
Type |
---|
System.Windows.Media.ImageSource |
ToolTip
Gets the value of the ToolTip property.
Declaration
object ToolTip { get; }
Property Value
Type |
---|
System.Object |