C# 클래스 Fluent.RibbonToolBarControlDefinition

Represent logical definition for a control in toolbar
상속: System.Windows.DependencyObject, INotifyPropertyChanged, IRibbonSizeChangedSink
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TargetProperty System.Windows.DependencyProperty
WidthProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
Invalidate ( string propertyName ) : void
OnSizePropertyChanged ( RibbonControlSize previous, RibbonControlSize current ) : void
RibbonToolBarControlDefinition ( ) : System

비공개 메소드들

메소드 설명
OnTargetPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnWidthPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

Invalidate() 공개 메소드

public Invalidate ( string propertyName ) : void
propertyName string
리턴 void

OnSizePropertyChanged() 공개 메소드

public OnSizePropertyChanged ( RibbonControlSize previous, RibbonControlSize current ) : void
previous RibbonControlSize
current RibbonControlSize
리턴 void

RibbonToolBarControlDefinition() 공개 메소드

public RibbonToolBarControlDefinition ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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