Class BinaryRibbonTextBoxControl
A custom text box control that provides a composition of image (optional), a textblock (optional) and a textbox items as its display UI/UX.
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
Syntax
public class BinaryRibbonTextBoxControl : TextBox, IBinaryRibbonTextBoxControl, IBinaryRibbonKeyTipControl
Constructors
BinaryRibbonTextBoxControl()
Declaration
public BinaryRibbonTextBoxControl()
Properties
ControlContentWidth
Gets or sets the width of the control's content.
Declaration
public double ControlContentWidth { get; set; }
Image
Gets or sets the image.
Declaration
public ImageSource Image { get; set; }
TitleText
Gets or sets the title text.
Declaration
public string TitleText { get; set; }
Methods
OnApplyTemplate()
Is called when a control template is applied.
Declaration
public override void OnApplyTemplate()
Explicit Interface Implementations
IBinaryRibbonKeyTipControl.PerformKeyTipExecute()
Performs custom logic for the method PerformKeyTipExecute().
Declaration
void IBinaryRibbonKeyTipControl.PerformKeyTipExecute()