Property | Type | Description | |
---|---|---|---|
CanAddToQuickAccessToolBarProperty | |||
DialogLauncherButtonKeyTipKeysProperty | |||
HeaderProperty | |||
IconProperty | |||
IsDropDownOpenProperty | DependencyProperty | ||
IsLauncherEnabledProperty | DependencyProperty | ||
IsLauncherVisibleProperty | DependencyProperty | ||
LauncherButtonProperty | DependencyProperty | ||
LauncherCommandParameterProperty | DependencyProperty | ||
LauncherCommandProperty | DependencyProperty | ||
LauncherCommandTargetProperty | DependencyProperty | ||
LauncherIconProperty | DependencyProperty | ||
LauncherTextProperty | DependencyProperty | ||
LauncherToolTipProperty | DependencyProperty | ||
StateProperty | DependencyProperty |
Property | Type | Description | |
---|---|---|---|
CoerceContextMenu | object | ||
CoerceIsDropDownOpen | object | ||
DecreaseScalableElement | void | ||
GetLayoutRoot | System.Windows.Controls.Panel | ||
GetPanel | System.Windows.Controls.Panel | ||
IncreaseScalableElement | void | ||
InvalidateLayout | void | ||
InvalidateMeasureRecursive | void | ||
OnClick | void | ||
OnCoerceStyle | object | ||
OnContextMenuChanged | void | ||
OnDialogLauncherButtonClick | void | ||
OnDialogLauncherButtonKeyTipKeysChanged | void | ||
OnIconChanged | void | ||
OnIsOpenChanged | void | ||
OnLoaded | void | ||
OnPopupClosed | void | ||
OnPopupOpened | void | ||
OnQuickAccessClosed | void | ||
OnQuickAccessOpened | void | ||
OnRibbonGroupBoxPopupClosing | void | ||
OnRibbonGroupBoxPopupOpening | void | ||
OnScalableControlScaled | void | ||
OnUnloaded | void | ||
OnVisibilityChanged | void | ||
RibbonGroupBox | System | ||
SetChildSizes | void | ||
StatePropertyChanged | void | ||
SubscribeEvents | void | ||
UnSubscribeEvents | void | ||
UpdateScalableControlSubscribing | void | ||
UpdateScalableControlSubscribing | void |
Method | Description | |
---|---|---|
ClearCache ( ) : void |
Clears cache
|
|
CreateQuickAccessItem ( ) : |
Gets control which represents shortcut item. This item MUST be syncronized with the original and send command to original one control.
|
|
OnApplyTemplate ( ) : void |
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate().
|
|
OnKeyTipBack ( ) : void |
Handles back navigation with KeyTips
|
|
OnKeyTipPressed ( ) : void |
Handles key tip pressed
|
Method | Description | |
---|---|---|
OnItemsChanged ( System e ) : void |
Invoked when the System.Windows.Controls.ItemsControl.Items property changes.
|
|
OnMouseLeftButtonDown ( MouseButtonEventArgs e ) : void |
Invoked when an unhandled System.Windows.UIElement.PreviewMouseLeftButtonDown�routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
Method | Description | |
---|---|---|
CoerceContextMenu ( |
||
CoerceIsDropDownOpen ( |
||
DecreaseScalableElement ( ) : void | ||
GetLayoutRoot ( ) : System.Windows.Controls.Panel |
Gets cmmon layout root for popup and groupbox
|
|
GetPanel ( ) : System.Windows.Controls.Panel |
Gets a panel with items
|
|
IncreaseScalableElement ( ) : void | ||
InvalidateLayout ( ) : void |
Invalidates layout (with children)
|
|
InvalidateMeasureRecursive ( UIElement element ) : void | ||
OnClick ( object sender, RoutedEventArgs e ) : void |
Click event handler
|
|
OnCoerceStyle ( DependencyObject d, object basevalue ) : object | ||
OnContextMenuChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnDialogLauncherButtonClick ( object sender, RoutedEventArgs e ) : void |
Dialog launcher button click handler
|
|
OnDialogLauncherButtonKeyTipKeysChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnIconChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnIsOpenChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
Handles IsOpen propertyu changes
|
|
OnLoaded ( object sender, RoutedEventArgs e ) : void | ||
OnPopupClosed ( object sender, EventArgs e ) : void | ||
OnPopupOpened ( object sender, EventArgs e ) : void | ||
OnQuickAccessClosed ( object sender, EventArgs e ) : void | ||
OnQuickAccessOpened ( object sender, EventArgs e ) : void | ||
OnRibbonGroupBoxPopupClosing ( ) : void | ||
OnRibbonGroupBoxPopupOpening ( ) : void | ||
OnScalableControlScaled ( object sender, EventArgs e ) : void | ||
OnUnloaded ( object sender, RoutedEventArgs e ) : void | ||
OnVisibilityChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
RibbonGroupBox ( ) : System | ||
SetChildSizes ( RibbonGroupBoxState ribbonGroupBoxState, ItemsControl ribbonGroupBox ) : void | ||
StatePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
On state property changed
|
|
SubscribeEvents ( ) : void | ||
UnSubscribeEvents ( ) : void | ||
UpdateScalableControlSubscribing ( ) : void | ||
UpdateScalableControlSubscribing ( bool registerEvents ) : void |
public CreateQuickAccessItem ( ) : |
||
return |
protected OnItemsChanged ( System e ) : void | ||
e | System | Information about the change. |
return | void |
protected OnMouseLeftButtonDown ( MouseButtonEventArgs e ) : void | ||
e | MouseButtonEventArgs | The System.Windows.Input.MouseButtonEventArgs that contains the event data. /// The event data reports that the left mouse button was pressed. |
return | void |
public static DependencyProperty,System.Windows CanAddToQuickAccessToolBarProperty | ||
return |
public static DependencyProperty,System.Windows DialogLauncherButtonKeyTipKeysProperty | ||
return |
public static DependencyProperty,System.Windows HeaderProperty | ||
return |
public static DependencyProperty,System.Windows IconProperty | ||
return |
public static DependencyProperty IsDropDownOpenProperty | ||
return | DependencyProperty |
public static DependencyProperty IsLauncherEnabledProperty | ||
return | DependencyProperty |
public static DependencyProperty IsLauncherVisibleProperty | ||
return | DependencyProperty |
public static DependencyProperty LauncherButtonProperty | ||
return | DependencyProperty |
public static DependencyProperty LauncherCommandParameterProperty | ||
return | DependencyProperty |
public static DependencyProperty LauncherCommandProperty | ||
return | DependencyProperty |
public static DependencyProperty LauncherCommandTargetProperty | ||
return | DependencyProperty |
public static DependencyProperty LauncherIconProperty | ||
return | DependencyProperty |
public static DependencyProperty LauncherTextProperty | ||
return | DependencyProperty |
public static DependencyProperty LauncherToolTipProperty | ||
return | DependencyProperty |