C# 클래스 Fluent.RibbonTabItem

상속: System.Windows.Controls.Control, IKeyTipedControl
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GroupProperty System.Windows.DependencyProperty
HasLeftGroupBorderProperty System.Windows.DependencyProperty
HasRightGroupBorderProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
IndentProperty System.Windows.DependencyProperty
IsContextualProperty System.Windows.DependencyProperty
IsMinimizedProperty System.Windows.DependencyProperty
IsOpenProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty
IsSeparatorVisibleProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
CoerceFocusable object
CoerceToolTip object
FindParentRibbon Ribbon
HandleIsSelectedChanged void
OnCoerceStyle object
OnFocusableChanged void
OnGroupChanged void
OnGroupsCollectionChanged void
OnHeaderChanged void
OnIsSelectedChanged void
OnLoaded void
OnUnloaded void
OnVisibilityChanged void
RibbonTabItem System
SubscribeEvents void
UnSubscribeEvents void

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

On new style applying

OnKeyTipBack ( ) : void

Handles back navigation with KeyTips

OnKeyTipPressed ( ) : void

Handles key tip pressed

보호된 메소드들

메소드 설명
MeasureOverride ( Size constraint ) : Size

Called to remeasure a control.

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

Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event.

OnSelected ( RoutedEventArgs e ) : void

Handles selected

OnUnselected ( RoutedEventArgs e ) : void

handles unselected

비공개 메소드들

메소드 설명
CoerceFocusable ( DependencyObject d, object basevalue ) : object

Coerces IsEnabled

CoerceToolTip ( DependencyObject d, object basevalue ) : object
FindParentRibbon ( ) : Ribbon
HandleIsSelectedChanged ( RoutedEventArgs e ) : void
OnCoerceStyle ( DependencyObject d, object basevalue ) : object
OnFocusableChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles IsEnabled changes

OnGroupChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnGroupsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnHeaderChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsSelectedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void
OnVisibilityChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RibbonTabItem ( ) : System
SubscribeEvents ( ) : void
UnSubscribeEvents ( ) : void

메소드 상세

MeasureOverride() 보호된 메소드

Called to remeasure a control.
protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size The maximum size that the method can return.
리턴 System.Windows.Size

OnApplyTemplate() 공개 메소드

On new style applying
public OnApplyTemplate ( ) : void
리턴 void

OnKeyTipBack() 공개 메소드

Handles back navigation with KeyTips
public OnKeyTipBack ( ) : void
리턴 void

OnKeyTipPressed() 공개 메소드

Handles key tip pressed
public OnKeyTipPressed ( ) : void
리턴 void

OnMouseLeftButtonDown() 보호된 메소드

Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event.
protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs The System.Windows.Input.MouseButtonEventArgs that contains the event data. /// The event data reports that the left mouse button was pressed.
리턴 void

OnSelected() 보호된 메소드

Handles selected
protected OnSelected ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs The event data
리턴 void

OnUnselected() 보호된 메소드

handles unselected
protected OnUnselected ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs The event data
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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