C# Класс Fluent.RibbonTabItem

Наследование: System.Windows.Controls.Control, IKeyTipedControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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