4.743 RibbonTextBox (4.5)

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > TextBoxBase > TextBox > RibbonTextBox, IInputElement
RibbonTextBox
(usage)
<RibbonTextBox> x:String </RibbonTextBox>
(description)
Represents a text box that is used in a Ribbon control.
[content property]
Text
[name property]
Name
[xml lang property]
Language
(properties)
CanAddToQuickAccessToolBarDirectly
x:Boolean
(description)
A value that indicates whether this control can be added directly to the Quick Access Toolbar.
Command
ICommand
(description)
The command that is associated with this control.
CommandParameter
x:Object
(description)
A user defined data value to pass to the command.
CommandTarget
IInputElement
(description)
The element on which to raise the specified command.
ControlSizeDefinition
RibbonControlSizeDefinition
(description)
The RibbonControlSizeDefinition for this control.
FocusedBackground
Brush
(description)
The brush that is used to draw the background of the control when it has focus.
FocusedBorderBrush
Brush
(description)
The brush that is used to draw the outer border of the control when it has focus.
KeyTip
x:String
(description)
The keyboard shortcut for the control.
Label
x:String
(description)
The text that is displayed next to or below the control.
LargeImageSource
ImageSource
(description)
The image that is displayed on the control when the image size is set to Large.
MouseOverBackground
Brush
(description)
The brush that is used to draw the background of the control when the mouse pointer is over it.
MouseOverBorderBrush
Brush
(description)
The brush that is used to draw the outer border of the control when the mouse pointer is over it.
QuickAccessToolBarControlSizeDefinition
RibbonControlSizeDefinition
(description)
The RibbonControlSizeDefinition for this control when it is hosted in the Quick Access Toolbar.
QuickAccessToolBarId
x:Object
(description)
A unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.
SmallImageSource
ImageSource
(description)
The image that is displayed on the control when the image size is set to Small.
TextBoxWidth
x:Double
(description)
The width of the control.
ToolTipDescription
x:String
(description)
The descriptive text that is displayed in the ToolTip for this control.
ToolTipFooterDescription
x:String
(description)
The descriptive text that is displayed in the footer of the ToolTip for this control.
ToolTipFooterImageSource
ImageSource
(description)
The image that is displayed in the footer of the ToolTip for this control.
ToolTipFooterTitle
x:String
(description)
The title text that is displayed in the footer of the ToolTip for this control.
ToolTipImageSource
ImageSource
(description)
The image that is displayed in the ToolTip for this control.
ToolTipTitle
x:String
(description)
The title text that is displayed in the ToolTip for this control.