Property | Type | Description | |
---|---|---|---|
CanAddToQuickAccessToolBarProperty | |||
CanCollapseToButtonProperty | |||
DropDownHeightProperty | |||
GroupByProperty | |||
HasFilterProperty | |||
HeaderProperty | |||
IconProperty | |||
IsCollapsedProperty | |||
IsDropDownOpenProperty | |||
ItemHeightProperty | |||
ItemWidthProperty | |||
LargeIconProperty | |||
MaxDropDownHeightProperty | |||
MaxItemsInDropDownRowProperty | |||
MaxItemsInRowProperty | |||
MenuProperty | |||
MinItemsInDropDownRowProperty | |||
MinItemsInRowProperty | |||
OrientationProperty | |||
ResizeModeProperty | |||
SelectableProperty | |||
SelectedFilterGroupsProperty | |||
SelectedFilterProperty | |||
SelectedFilterTitleProperty | |||
ShowPopupOnTopProperty |
Method | Description | |
---|---|---|
CreateQuickAccessItem ( ) : |
Gets control which represents shortcut item. This item MUST be syncronized with the original and send command to original one control.
|
|
Enlarge ( ) : void |
Enlarge control size
|
|
OnApplyTemplate ( ) : void |
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate
|
|
OnKeyTipBack ( ) : void |
Handles back navigation with KeyTips
|
|
OnKeyTipPressed ( ) : void |
Handles key tip pressed
|
|
OnSizePropertyChanged ( RibbonControlSize previous, RibbonControlSize current ) : void |
Handles size property changing
|
|
Reduce ( ) : void |
Reduce control size
|
Method | Description | |
---|---|---|
GetContainerForItemOverride ( ) : |
Creates or identifies the element that is used to display the given item.
|
|
IsItemItsOwnContainerOverride ( object item ) : bool |
Determines if the specified item is (or is eligible to be) its own container.
|
|
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void |
Invoked when the E:System.Windows.UIElement.KeyDown event is received.
|
|
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void |
Called when the selection changes.
|
Method | Description | |
---|---|---|
CoerceSelectedFilter ( |
||
CoerceSelectedItem ( |
||
Freeze ( ) : void | ||
GetFilterMenuItem ( Fluent.GalleryGroupFilter filter ) : MenuItem | ||
InRibbonGallery ( ) : System | ||
OnCoerceStyle ( |
||
OnDropDownClick ( object sender, |
||
OnDropDownClosed ( object sender, |
||
OnDropDownOpened ( object sender, |
||
OnExpandClick ( object sender, |
||
OnFilterChanged ( |
||
OnFilterCollectionChanged ( object sender, |
||
OnFilterMenuItemClick ( object sender, |
||
OnFocusedElementLostKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void | ||
OnFocusedElementPreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
OnItemsContainerGeneratorStatusChanged ( object sender, |
||
OnMaxItemsInRowChanged ( |
||
OnPopupPreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
OnPopupPreviewMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
OnQuickAccessMenuClosed ( object sender, |
||
OnQuickAccessOpened ( object sender, |
||
OnResizeBothDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void | ||
OnResizeVerticalDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void | ||
OnSelectableChanged ( |
||
Unfreeze ( ) : void |
public CreateQuickAccessItem ( ) : |
||
return |
protected GetContainerForItemOverride ( ) : |
||
return |
protected IsItemItsOwnContainerOverride ( object item ) : bool | ||
item | object | The item to check. |
return | bool |
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | Information about the event. |
return | void |
protected OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
e | System.Windows.Controls.SelectionChangedEventArgs | The event data. |
return | void |
public OnSizePropertyChanged ( RibbonControlSize previous, RibbonControlSize current ) : void | ||
previous | RibbonControlSize | Previous value |
current | RibbonControlSize | Current value |
return | void |
public static DependencyProperty,System.Windows CanAddToQuickAccessToolBarProperty | ||
return |
public static DependencyProperty,System.Windows CanCollapseToButtonProperty | ||
return |
public static DependencyProperty,System.Windows DropDownHeightProperty | ||
return |
public static DependencyProperty,System.Windows GroupByProperty | ||
return |
public static DependencyProperty,System.Windows HasFilterProperty | ||
return |
public static DependencyProperty,System.Windows HeaderProperty | ||
return |
public static DependencyProperty,System.Windows IconProperty | ||
return |
public static DependencyProperty,System.Windows IsCollapsedProperty | ||
return |
public static DependencyProperty,System.Windows IsDropDownOpenProperty | ||
return |
public static DependencyProperty,System.Windows ItemHeightProperty | ||
return |
public static DependencyProperty,System.Windows ItemWidthProperty | ||
return |
public static DependencyProperty,System.Windows LargeIconProperty | ||
return |
public static DependencyProperty,System.Windows MaxDropDownHeightProperty | ||
return |
public static DependencyProperty,System.Windows MaxItemsInDropDownRowProperty | ||
return |
public static DependencyProperty,System.Windows MaxItemsInRowProperty | ||
return |
public static DependencyProperty,System.Windows MenuProperty | ||
return |
public static DependencyProperty,System.Windows MinItemsInDropDownRowProperty | ||
return |
public static DependencyProperty,System.Windows MinItemsInRowProperty | ||
return |
public static DependencyProperty,System.Windows OrientationProperty | ||
return |
public static DependencyProperty,System.Windows ResizeModeProperty | ||
return |
public static DependencyProperty,System.Windows SelectableProperty | ||
return |
public static DependencyProperty,System.Windows SelectedFilterGroupsProperty | ||
return |
public static DependencyProperty,System.Windows SelectedFilterProperty | ||
return |
public static DependencyProperty,System.Windows SelectedFilterTitleProperty | ||
return |