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

A container for controls placed on the ribbon.
상속: System.Windows.Controls.ContentPresenter
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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