Property | Type | Description | |
---|---|---|---|
CanAddToQuickAccessToolBarProperty | |||
DropDownHeightProperty | |||
HasTriangleProperty | |||
HeaderProperty | |||
IconProperty | |||
IsDropDownOpenProperty | |||
LargeIconProperty | |||
MaxDropDownHeightProperty | |||
ResizeModeProperty |
Property | Type | Description | |
---|---|---|---|
CoerceToolTipIsEnabled | object | ||
DropDownButton | System | ||
KeyDownHandler | void | ||
NavigateToContainer | void | ||
OnDropDownClosed | void | ||
OnDropDownOpened | void | ||
OnDropDownPopupKeyUp | void | ||
OnIconChanged | void | ||
OnIsDropDownOpenChanged | void | ||
OnLoaded | void | ||
OnMenuPanelLoaded | void | ||
OnResizeBothDelta | void | ||
OnResizeVerticalDelta | void | ||
OnUnloaded | void | ||
SubscribeEvents | void | ||
UnSubscribeEvents | void |
Method | Description | |
---|---|---|
CreateQuickAccessItem ( ) : |
Gets control which represents shortcut item. This item MUST be synchronized 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 M:System.Windows.FrameworkElement.ApplyTemplate.
|
|
OnKeyTipBack ( ) : void |
Handles back navigation with KeyTips
|
|
OnKeyTipPressed ( ) : void |
Handles key tip pressed
|
Method | Description | |
---|---|---|
BindQuickAccessItem ( |
This method must be overridden to bind properties to use in quick access creating
|
|
BindQuickAccessItemDropDownEvents ( |
Binds the DropDownClosed and DropDownOpened events to the created quick access item
|
|
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.
|
|
OnIsKeyboardFocusWithinChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void |
Responds to a change to the P:System.Windows.UIElement.IsKeyboardFocusWithin property.
|
|
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void |
Provides class handling for the E:System.Windows.UIElement.KeyDown routed event that occurs when the user presses a key.
|
|
OnPreviewMouseLeftButtonDown ( System.Windows.Input.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.
|
|
OnQuickAccessMenuClosed ( object sender, |
Handles quick access button drop down menu closed
|
|
OnQuickAccessOpened ( object sender, |
Handles quick access button drop down menu opened
|
Method | Description | |
---|---|---|
CoerceToolTipIsEnabled ( |
||
DropDownButton ( ) : System | ||
KeyDownHandler ( System.Windows.Input.KeyEventArgs e ) : void | ||
NavigateToContainer ( |
||
OnDropDownClosed ( ) : void | ||
OnDropDownOpened ( ) : void | ||
OnDropDownPopupKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
OnIconChanged ( |
||
OnIsDropDownOpenChanged ( |
||
OnLoaded ( object sender, |
||
OnMenuPanelLoaded ( object sender, |
||
OnResizeBothDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void | ||
OnResizeVerticalDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void | ||
OnUnloaded ( object sender, |
||
SubscribeEvents ( ) : void | ||
UnSubscribeEvents ( ) : void |
protected BindQuickAccessItem ( |
||
element | Toolbar item | |
return | void |
protected BindQuickAccessItemDropDownEvents ( |
||
button | Toolbar item | |
return | void |
public CreateQuickAccessItem ( ) : |
||
return |
protected GetContainerForItemOverride ( ) : |
||
return |
protected IsItemItsOwnContainerOverride ( object item ) : bool | ||
item | object | The item to check. |
return | bool |
protected OnIsKeyboardFocusWithinChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | The event data for the |
return | void |
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | The event data for the |
return | void |
protected OnPreviewMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | The System.Windows.Input.MouseButtonEventArgs that contains the event data. /// The event data reports that the left mouse button was pressed. |
return | void |
protected OnQuickAccessMenuClosed ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnQuickAccessOpened ( object sender, |
||
sender | object | |
e | ||
return | void |
public static DependencyProperty,System.Windows CanAddToQuickAccessToolBarProperty | ||
return |
public static DependencyProperty,System.Windows DropDownHeightProperty | ||
return |
public static DependencyProperty,System.Windows HasTriangleProperty | ||
return |
public static DependencyProperty,System.Windows HeaderProperty | ||
return |
public static DependencyProperty,System.Windows IconProperty | ||
return |
public static DependencyProperty,System.Windows IsDropDownOpenProperty | ||
return |
public static DependencyProperty,System.Windows LargeIconProperty | ||
return |
public static DependencyProperty,System.Windows MaxDropDownHeightProperty | ||
return |