Interface IBinaryRibbonTextBoxControl
The interface that all textbox type controls will implement if they want to be a BinaryRibbon text box component.
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
Syntax
public interface IBinaryRibbonTextBoxControl
Properties
ControlContentWidth
Declaration
double ControlContentWidth { get; set; }
Image
Declaration
ImageSource Image { get; set; }
TitleText
Declaration
string TitleText { get; set; }