次の方法で共有


RibbonTextBox Class

Definition

public ref class RibbonTextBox : System::Windows::Controls::TextBox, System::Windows::Input::ICommandSource
[System.Windows.TemplatePart(Name="PART_ContentHost", Type=typeof(System.Windows.Controls.ScrollViewer))]
public class RibbonTextBox : System.Windows.Controls.TextBox, System.Windows.Input.ICommandSource
[<System.Windows.TemplatePart(Name="PART_ContentHost", Type=typeof(System.Windows.Controls.ScrollViewer))>]
type RibbonTextBox = class
    inherit TextBox
    interface ICommandSource
Public Class RibbonTextBox
Inherits TextBox
Implements ICommandSource
Inheritance
RibbonTextBox
Attributes
Implements

Constructors

RibbonTextBox()

Fields

CanAddToQuickAccessToolBarDirectlyProperty
CommandParameterProperty
CommandProperty
CommandTargetProperty
ControlSizeDefinitionProperty
FocusedBackgroundProperty
FocusedBorderBrushProperty
IsInControlGroupProperty
IsInQuickAccessToolBarProperty
KeyTipProperty
LabelProperty
LargeImageSourceProperty
MouseOverBackgroundProperty
MouseOverBorderBrushProperty
QuickAccessToolBarControlSizeDefinitionProperty
QuickAccessToolBarIdProperty
RibbonProperty
ShowKeyboardCuesProperty
SmallImageSourceProperty
TextBoxWidthProperty
ToolTipDescriptionProperty
ToolTipFooterDescriptionProperty
ToolTipFooterImageSourceProperty
ToolTipFooterTitleProperty
ToolTipImageSourceProperty
ToolTipTitleProperty

Properties

CanAddToQuickAccessToolBarDirectly
Command
CommandParameter
CommandTarget
ControlSizeDefinition
FocusedBackground
FocusedBorderBrush
IsEnabledCore
IsInControlGroup
IsInQuickAccessToolBar
KeyTip
Label
LargeImageSource
MouseOverBackground
MouseOverBorderBrush
QuickAccessToolBarControlSizeDefinition
QuickAccessToolBarId
Ribbon
ShowKeyboardCues
SmallImageSource
TextBoxWidth
ToolTipDescription
ToolTipFooterDescription
ToolTipFooterImageSource
ToolTipFooterTitle
ToolTipImageSource
ToolTipTitle

Methods

OnActivatingKeyTip(ActivatingKeyTipEventArgs)
OnApplyTemplate()
OnCreateAutomationPeer()
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)
OnKeyDown(KeyEventArgs)
OnKeyTipAccessed(KeyTipAccessedEventArgs)
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)
OnTemplateChanged(ControlTemplate, ControlTemplate)

Applies to