IBinaryRibbonTextBoxControl
interface.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Office
The interface that all textbox type controls will implement if they want to be a BinaryRibbon text box component.
public interface IBinaryRibbonTextBoxControl
Members at a glance
ControlContentWidth | The width given to the editable part, as distinct from the width of the whole control including its caption and image. |
Image | The image shown alongside the text box. |
TitleText | The caption shown beside the text box. |
Properties
ControlContentWidth
double ControlContentWidth
The width given to the editable part, as distinct from the width of the whole control including its caption and image.
Image
ImageSource Image
The image shown alongside the text box.
TitleText
string TitleText
The caption shown beside the text box.