Interface IBinaryRibbonComponent
The interface that all controls will implement if they want to be a BinaryRibbon component.
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
Syntax
public interface IBinaryRibbonComponent
Properties
BinaryRibbonTag
Gets or sets a generic tag.
Declaration
object BinaryRibbonTag { get; set; }