Свойство | Type | Description | |
---|---|---|---|
SeparatorStyleProperty |
Свойство | Type | Description | |
---|---|---|---|
CustomLayout | |||
GetControl | |||
GetControlGroup | Fluent.RibbonToolBarControlGroup | ||
GetCurrentLayoutDefinition | |||
GetRowHeight | double | ||
OnChildrenCollectionChanged | void | ||
OnCoerceStyle | object | ||
OnLayoutDefinitionsChanged | void | ||
OnSeparatorStyleChanged | void | ||
RibbonToolBar | System | ||
WrapPanelLayuot |
Méthode | Description | |
---|---|---|
CreateQuickAccessItem ( ) : |
Gets control which represents shortcut item. This item MUST be syncronized with the original and send command to original one control.
|
|
OnSizePropertyChanged ( RibbonControlSize previous, RibbonControlSize current ) : void |
Handles size property changing
|
Méthode | Description | |
---|---|---|
ArrangeOverride ( |
When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.
|
|
GetVisualChild ( int index ) : Visual |
Overrides System.Windows.Media.Visual.GetVisualChild(System.Int32), and returns a child at the specified index from a collection of child elements.
|
|
MeasureOverride ( |
Measures all of the RibbonGroupBox, and resize them appropriately to fit within the available room
|
Méthode | Description | |
---|---|---|
CustomLayout ( |
Layout logic for the given layout definition
|
|
GetControl ( |
||
GetControlGroup ( Fluent.RibbonToolBarControlGroupDefinition controlGroupDefinition ) : Fluent.RibbonToolBarControlGroup | ||
GetCurrentLayoutDefinition ( ) : |
Gets current used layout definition (or null if no present definitions)
|
|
GetRowHeight ( |
||
OnChildrenCollectionChanged ( object sender, |
||
OnCoerceStyle ( |
||
OnLayoutDefinitionsChanged ( object sender, |
||
OnSeparatorStyleChanged ( |
||
RibbonToolBar ( ) : System | ||
WrapPanelLayuot ( |
Unified method for wrap panel logic
|
protected ArrangeOverride ( |
||
finalSize | The final area within the parent that this /// element should use to arrange itself and its children. | |
Résultat |
public CreateQuickAccessItem ( ) : |
||
Résultat |
protected GetVisualChild ( int index ) : Visual | ||
index | int | The zero-based index of the requested /// child element in the collection |
Résultat | Visual |
protected MeasureOverride ( |
||
availableSize | The available size that /// this element can give to child elements. | |
Résultat |
public OnSizePropertyChanged ( RibbonControlSize previous, RibbonControlSize current ) : void | ||
previous | RibbonControlSize | Previous value |
current | RibbonControlSize | Current value |
Résultat | void |