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

RibbonGalleryItem inherits from ContentControl is an Item inside RibbonGalleryCategory which itself is an Item of RibbonGallery itself.
상속: System.Windows.Controls.ContentControl, ISyncKeyTipAndContent
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CheckedBackgroundProperty System.Windows.DependencyProperty
CheckedBorderBrushProperty System.Windows.DependencyProperty
IsHighlightedProperty System.Windows.DependencyProperty
IsPressedProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty
KeyTipProperty System.Windows.DependencyProperty
MouseOverBackgroundProperty System.Windows.DependencyProperty
MouseOverBorderBrushProperty System.Windows.DependencyProperty
PressedBackgroundProperty System.Windows.DependencyProperty
PressedBorderBrushProperty System.Windows.DependencyProperty
RibbonProperty System.Windows.DependencyProperty
SelectedEvent System.Windows.RoutedEvent
ToolTipDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterImageSourceProperty System.Windows.DependencyProperty
ToolTipFooterTitleProperty System.Windows.DependencyProperty
ToolTipImageSourceProperty System.Windows.DependencyProperty
ToolTipTitleProperty System.Windows.DependencyProperty
UnselectedEvent System.Windows.RoutedEvent

Private Properties

프로퍼티 타입 설명
CoerceContent object
CoerceKeyTip object
OnActivatingKeyTipThunk void
OnContentChanged void
OnIsHighlightedChanged void
OnIsSelectedChanged void
OnKeyTipAccessedThunk void
OnKeyTipChanged void
RibbonGalleryItem System
SetSelectedOnInput void
SyncKeyTipAndContent void

보호된 메소드들

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

This method is invoked when the IsFocused property changes to true.

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

This is the method that responds to the KeyDown event.

OnKeyTipAccessed ( KeyTipAccessedEventArgs e ) : void
OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void

This is the method that responds to the KeyUp event.

OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void

An event announcing that the keyboard is no longer focused

OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void

An event reporting the mouse left this element.

OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

This is the method that responds to the MouseButtonEvent event.

OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void

This is the method that responds to the MouseButtonEvent event.

OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void

This is the method that responds to the MouseEvent event.

OnSelected ( RoutedEventArgs e ) : void

Called when IsSelected becomes true. Default implementation fires the Selected event.

OnUnselected ( RoutedEventArgs e ) : void

Called when IsSelected becomes false. Default implementation fires the Unselected event.

비공개 메소드들

메소드 설명
CoerceContent ( DependencyObject d, object baseValue ) : object
CoerceKeyTip ( DependencyObject d, object baseValue ) : object
OnActivatingKeyTipThunk ( object sender, ActivatingKeyTipEventArgs e ) : void
OnContentChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsHighlightedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsSelectedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnKeyTipAccessedThunk ( object sender, KeyTipAccessedEventArgs e ) : void
OnKeyTipChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RibbonGalleryItem ( ) : System

Initializes static members of the RibbonGalleryItem class.

SetSelectedOnInput ( ) : void
SyncKeyTipAndContent ( ) : void

메소드 상세

OnActivatingKeyTip() 보호된 메소드

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

OnCreateAutomationPeer() 보호된 메소드

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
리턴 System.Windows.Automation.Peers.AutomationPeer

OnGotKeyboardFocus() 보호된 메소드

This method is invoked when the IsFocused property changes to true.
protected OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs Event arguments.
리턴 void

OnKeyDown() 보호된 메소드

This is the method that responds to the KeyDown event.
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs Event arguments
리턴 void

OnKeyTipAccessed() 보호된 메소드

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

OnKeyUp() 보호된 메소드

This is the method that responds to the KeyUp event.
protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs Event arguments
리턴 void

OnLostKeyboardFocus() 보호된 메소드

An event announcing that the keyboard is no longer focused
protected OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs Event arguments
리턴 void

OnMouseLeave() 보호된 메소드

An event reporting the mouse left this element.
protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs Event arguments
리턴 void

OnMouseLeftButtonDown() 보호된 메소드

This is the method that responds to the MouseButtonEvent event.
protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs Event arguments
리턴 void

OnMouseLeftButtonUp() 보호된 메소드

This is the method that responds to the MouseButtonEvent event.
protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs Event arguments
리턴 void

OnMouseMove() 보호된 메소드

This is the method that responds to the MouseEvent event.
protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs Event arguments
리턴 void

OnSelected() 보호된 메소드

Called when IsSelected becomes true. Default implementation fires the Selected event.
protected OnSelected ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs Event arguments.
리턴 void

OnUnselected() 보호된 메소드

Called when IsSelected becomes false. Default implementation fires the Unselected event.
protected OnUnselected ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs Event arguments.
리턴 void

프로퍼티 상세

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

DependencyProperty for CheckedBackground property.
public static DependencyProperty,System.Windows CheckedBackgroundProperty
리턴 System.Windows.DependencyProperty

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

DependencyProperty for CheckedBorderBrush property.
public static DependencyProperty,System.Windows CheckedBorderBrushProperty
리턴 System.Windows.DependencyProperty

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

The DependencyProperty for the IsHighlighted property. Flags: None Default Value: false
public static DependencyProperty,System.Windows IsHighlightedProperty
리턴 System.Windows.DependencyProperty

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

The DependencyProperty for the IsPressed property. Flags: None Default Value: false
public static DependencyProperty,System.Windows IsPressedProperty
리턴 System.Windows.DependencyProperty

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

Indicates whether this RibbonGalleryItem is selected.
public static DependencyProperty,System.Windows IsSelectedProperty
리턴 System.Windows.DependencyProperty

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

DependencyProperty for KeyTip property.
public static DependencyProperty,System.Windows KeyTipProperty
리턴 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

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

DependencyProperty for PressedBackground property.
public static DependencyProperty,System.Windows PressedBackgroundProperty
리턴 System.Windows.DependencyProperty

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

DependencyProperty for PressedBorderBrush property.
public static DependencyProperty,System.Windows PressedBorderBrushProperty
리턴 System.Windows.DependencyProperty

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

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

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

Raised when the item's IsSelected property becomes true.
public static RoutedEvent,System.Windows SelectedEvent
리턴 System.Windows.RoutedEvent

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

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

Raised when the item's IsSelected property becomes false.
public static RoutedEvent,System.Windows UnselectedEvent
리턴 System.Windows.RoutedEvent