Interface IBinaryRibbonInformationTagContainer
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 IBinaryRibbonInformationTagContainer
Properties
BinaryRibbonInformationTag
Gets or sets a generic tag.
Declaration
object BinaryRibbonInformationTag { get; set; }