C# Class Fluent.RibbonToolBarControlDefinition

Represent logical definition for a control in toolbar
Inheritance: System.Windows.DependencyObject, INotifyPropertyChanged, IRibbonSizeChangedSink
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
TargetProperty System.Windows.DependencyProperty
WidthProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Invalidate ( string propertyName ) : void
OnSizePropertyChanged ( RibbonControlSize previous, RibbonControlSize current ) : void
RibbonToolBarControlDefinition ( ) : System

Private Methods

Méthode Description
OnTargetPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnWidthPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Invalidate() public méthode

public Invalidate ( string propertyName ) : void
propertyName string
Résultat void

OnSizePropertyChanged() public méthode

public OnSizePropertyChanged ( RibbonControlSize previous, RibbonControlSize current ) : void
previous RibbonControlSize
current RibbonControlSize
Résultat void

RibbonToolBarControlDefinition() public méthode

public RibbonToolBarControlDefinition ( ) : System
Résultat System

Property Details

TargetProperty public_oe static_oe property

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

WidthProperty public_oe static_oe property

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