C# Класс Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter

A container for controls placed on the ribbon.
Наследование: System.Windows.Controls.ContentPresenter
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ControlSizeDefinitionProperty System.Windows.DependencyProperty
IsInControlGroupProperty System.Windows.DependencyProperty
IsInQuickAccessToolBarProperty System.Windows.DependencyProperty

Private Properties

Свойство Тип Описание
CoerceControlSizeDefinition object
OnControlSizeDefinitionChanged void
OnIsInControlGroupChanged void
OnIsInQuickAccessToolBarChanged void
OnRibbonChanged void
RibbonContentPresenter System
TransferPseudoInheritedProperties void

Открытые методы

Метод Описание
OnApplyTemplate ( ) : void

Защищенные методы

Метод Описание
OnTemplateChanged ( System.Windows.DataTemplate oldTemplate, System.Windows.DataTemplate newTemplate ) : void

Приватные методы

Метод Описание
CoerceControlSizeDefinition ( DependencyObject d, object baseValue ) : object
OnControlSizeDefinitionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsInControlGroupChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsInQuickAccessToolBarChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRibbonChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RibbonContentPresenter ( ) : System

Initializes static members of the RibbonContentPresenter class. Here we add a couple callbacks which propagate pseudeinherited proeprties to the child control.

TransferPseudoInheritedProperties ( ) : void

Описание методов

OnApplyTemplate() публичный метод

public OnApplyTemplate ( ) : void
Результат void

OnTemplateChanged() защищенный метод

protected OnTemplateChanged ( System.Windows.DataTemplate oldTemplate, System.Windows.DataTemplate newTemplate ) : void
oldTemplate System.Windows.DataTemplate
newTemplate System.Windows.DataTemplate
Результат void

Описание свойств

ControlSizeDefinitionProperty публичное статическое свойство

DependencyProperty for ControlSizeDefinition property.
public static DependencyProperty,System.Windows ControlSizeDefinitionProperty
Результат 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