C# 클래스 Microsoft.Windows.Controls.Ribbon.RibbonTextBox

상속: System.Windows.Controls.TextBox, ICommandSource
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CanAddToQuickAccessToolBarDirectlyProperty System.Windows.DependencyProperty
CommandParameterProperty System.Windows.DependencyProperty
CommandProperty System.Windows.DependencyProperty
CommandTargetProperty System.Windows.DependencyProperty
ControlSizeDefinitionProperty System.Windows.DependencyProperty
FocusedBackgroundProperty System.Windows.DependencyProperty
FocusedBorderBrushProperty System.Windows.DependencyProperty
IsInControlGroupProperty System.Windows.DependencyProperty
IsInQuickAccessToolBarProperty System.Windows.DependencyProperty
KeyTipProperty System.Windows.DependencyProperty
LabelProperty System.Windows.DependencyProperty
LargeImageSourceProperty System.Windows.DependencyProperty
MouseOverBackgroundProperty System.Windows.DependencyProperty
MouseOverBorderBrushProperty System.Windows.DependencyProperty
QuickAccessToolBarControlSizeDefinitionProperty System.Windows.DependencyProperty
QuickAccessToolBarIdProperty System.Windows.DependencyProperty
RibbonProperty System.Windows.DependencyProperty
ShowKeyboardCuesProperty System.Windows.DependencyProperty
SmallImageSourceProperty System.Windows.DependencyProperty
TextBoxWidthProperty System.Windows.DependencyProperty
ToolTipDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterImageSourceProperty System.Windows.DependencyProperty
ToolTipFooterTitleProperty System.Windows.DependencyProperty
ToolTipImageSourceProperty System.Windows.DependencyProperty
ToolTipTitleProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
HookCommand void
OnActivatingKeyTipThunk void
OnCanExecuteChanged void
OnCommandChanged void
OnKeyTipAccessedThunk void
RibbonTextBox System
UnhookCommand void
UpdateCanExecute void

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
OnActivatingKeyTip ( ActivatingKeyTipEventArgs e ) : void
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer

Get AutomationPeer for RibbonTextBox control

OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Invoked each time a key-down event occurs. When key-down occurs we check to see if that key was 'Enter', and if so we invoke the associated Command.

OnKeyTipAccessed ( KeyTipAccessedEventArgs e ) : void
OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
OnTemplateChanged ( System.Windows.Controls.ControlTemplate oldTemplate, System.Windows.Controls.ControlTemplate newTemplate ) : void

비공개 메소드들

메소드 설명
HookCommand ( ICommand command ) : void
OnActivatingKeyTipThunk ( object sender, ActivatingKeyTipEventArgs e ) : void
OnCanExecuteChanged ( object sender, EventArgs e ) : void
OnCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnKeyTipAccessedThunk ( object sender, KeyTipAccessedEventArgs e ) : void
RibbonTextBox ( ) : System

Initializes static members of the RibbonTextBox class. This also overrides the default style, adds a coerce callback, and allows ToolTips to be shown even when the control is disabled.

UnhookCommand ( ICommand command ) : void
UpdateCanExecute ( ) : void

메소드 상세

OnActivatingKeyTip() 보호된 메소드

protected OnActivatingKeyTip ( ActivatingKeyTipEventArgs e ) : void
e ActivatingKeyTipEventArgs
리턴 void

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnCreateAutomationPeer() 보호된 메소드

Get AutomationPeer for RibbonTextBox control
protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
리턴 System.Windows.Automation.Peers.AutomationPeer

OnGotKeyboardFocus() 보호된 메소드

protected OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
리턴 void

OnKeyDown() 보호된 메소드

Invoked each time a key-down event occurs. When key-down occurs we check to see if that key was 'Enter', and if so we invoke the associated Command.
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs A KeyEventArgs that contains the event data.
리턴 void

OnKeyTipAccessed() 보호된 메소드

protected OnKeyTipAccessed ( KeyTipAccessedEventArgs e ) : void
e KeyTipAccessedEventArgs
리턴 void

OnLostKeyboardFocus() 보호된 메소드

protected OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
리턴 void

OnTemplateChanged() 보호된 메소드

protected OnTemplateChanged ( System.Windows.Controls.ControlTemplate oldTemplate, System.Windows.Controls.ControlTemplate newTemplate ) : void
oldTemplate System.Windows.Controls.ControlTemplate
newTemplate System.Windows.Controls.ControlTemplate
리턴 void

프로퍼티 상세

CanAddToQuickAccessToolBarDirectlyProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for CanAddToQuickAccessToolBarDirectly property.
public static DependencyProperty,System.Windows CanAddToQuickAccessToolBarDirectlyProperty
리턴 System.Windows.DependencyProperty

CommandParameterProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for CommandParameterProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandParameterProperty
리턴 System.Windows.DependencyProperty

CommandProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for CommandProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandProperty
리턴 System.Windows.DependencyProperty

CommandTargetProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for CommandTargetProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandTargetProperty
리턴 System.Windows.DependencyProperty

ControlSizeDefinitionProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ControlSizeDefinition property.
public static DependencyProperty,System.Windows ControlSizeDefinitionProperty
리턴 System.Windows.DependencyProperty

FocusedBackgroundProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for FocusedBackground property.
public static DependencyProperty,System.Windows FocusedBackgroundProperty
리턴 System.Windows.DependencyProperty

FocusedBorderBrushProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for FocusedBorderBrush property.
public static DependencyProperty,System.Windows FocusedBorderBrushProperty
리턴 System.Windows.DependencyProperty

IsInControlGroupProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for IsInControlGroup property.
public static DependencyProperty,System.Windows IsInControlGroupProperty
리턴 System.Windows.DependencyProperty

IsInQuickAccessToolBarProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for IsInQuickAccessToolBar property.
public static DependencyProperty,System.Windows IsInQuickAccessToolBarProperty
리턴 System.Windows.DependencyProperty

KeyTipProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for KeyTip property.
public static DependencyProperty,System.Windows KeyTipProperty
리턴 System.Windows.DependencyProperty

LabelProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for Label property.
public static DependencyProperty,System.Windows LabelProperty
리턴 System.Windows.DependencyProperty

LargeImageSourceProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for LargeImageSource property.
public static DependencyProperty,System.Windows LargeImageSourceProperty
리턴 System.Windows.DependencyProperty

MouseOverBackgroundProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for MouseOverBackground property.
public static DependencyProperty,System.Windows MouseOverBackgroundProperty
리턴 System.Windows.DependencyProperty

MouseOverBorderBrushProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for MouseOverBorderBrush property.
public static DependencyProperty,System.Windows MouseOverBorderBrushProperty
리턴 System.Windows.DependencyProperty

QuickAccessToolBarControlSizeDefinitionProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for QuickAccessToolBarControlSizeDefinition property.
public static DependencyProperty,System.Windows QuickAccessToolBarControlSizeDefinitionProperty
리턴 System.Windows.DependencyProperty

QuickAccessToolBarIdProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for QuickAccessToolBarId property.
public static DependencyProperty,System.Windows QuickAccessToolBarIdProperty
리턴 System.Windows.DependencyProperty

RibbonProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for Ribbon property.
public static DependencyProperty,System.Windows RibbonProperty
리턴 System.Windows.DependencyProperty

ShowKeyboardCuesProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ShowKeyboardCues property.
public static DependencyProperty,System.Windows ShowKeyboardCuesProperty
리턴 System.Windows.DependencyProperty

SmallImageSourceProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for SmallImageSource property.
public static DependencyProperty,System.Windows SmallImageSourceProperty
리턴 System.Windows.DependencyProperty

TextBoxWidthProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for TextBoxWidth property.
public static DependencyProperty,System.Windows TextBoxWidthProperty
리턴 System.Windows.DependencyProperty

ToolTipDescriptionProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipDescription property.
public static DependencyProperty,System.Windows ToolTipDescriptionProperty
리턴 System.Windows.DependencyProperty

ToolTipFooterDescriptionProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipFooterDescription property.
public static DependencyProperty,System.Windows ToolTipFooterDescriptionProperty
리턴 System.Windows.DependencyProperty

ToolTipFooterImageSourceProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipFooterImageSource property.
public static DependencyProperty,System.Windows ToolTipFooterImageSourceProperty
리턴 System.Windows.DependencyProperty

ToolTipFooterTitleProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipFooterTitle property.
public static DependencyProperty,System.Windows ToolTipFooterTitleProperty
리턴 System.Windows.DependencyProperty

ToolTipImageSourceProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipImageSource property.
public static DependencyProperty,System.Windows ToolTipImageSourceProperty
리턴 System.Windows.DependencyProperty

ToolTipTitleProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipTitle property.
public static DependencyProperty,System.Windows ToolTipTitleProperty
리턴 System.Windows.DependencyProperty