Property | Type | Description | |
---|---|---|---|
CanAddButtonToQuickAccessToolBarProperty | |||
CheckedEvent | System.Windows.RoutedEvent | ||
ClickEvent | System.Windows.RoutedEvent | ||
CommandParameterProperty | |||
CommandProperty | |||
CommandTargetProperty | |||
DropDownToolTipProperty | |||
GroupNameProperty | |||
IsButtonEnabledProperty | |||
IsCheckableProperty | |||
IsCheckedProperty | |||
IsDefinitiveProperty | |||
UncheckedEvent | System.Windows.RoutedEvent |
Property | Type | Description | |
---|---|---|---|
CoerceIsChecked | object | ||
OnButtonClick | void | ||
OnClick | void | ||
OnCoerceStyle | object | ||
OnIsCheckedChanged | void | ||
OnLoaded | void | ||
OnUnloaded | void | ||
SplitButton | System | ||
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 ApplyTemplate
|
Method | Description | |
---|---|---|
BindQuickAccessItem ( |
This method must be overridden to bind properties to use in quick access creating
|
|
OnKeyDown ( 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 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 | |
---|---|---|
CoerceIsChecked ( |
||
OnButtonClick ( object sender, |
||
OnClick ( object sender, |
||
OnCoerceStyle ( |
||
OnIsCheckedChanged ( |
||
OnLoaded ( object sender, |
||
OnUnloaded ( object sender, |
||
SplitButton ( ) : System | ||
SubscribeEvents ( ) : void | ||
UnSubscribeEvents ( ) : void |
protected BindQuickAccessItem ( |
||
element | Toolbar item | |
return | void |
public CreateQuickAccessItem ( ) : |
||
return |
protected OnKeyDown ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | The event data for the |
return | void |
protected OnPreviewMouseLeftButtonDown ( System e ) : void | ||
e | System | 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 CanAddButtonToQuickAccessToolBarProperty | ||
return |
public static RoutedEvent,System.Windows CheckedEvent | ||
return | System.Windows.RoutedEvent |
public static RoutedEvent,System.Windows ClickEvent | ||
return | System.Windows.RoutedEvent |
public static DependencyProperty,System.Windows CommandParameterProperty | ||
return |
public static DependencyProperty,System.Windows CommandProperty | ||
return |
public static DependencyProperty,System.Windows CommandTargetProperty | ||
return |
public static DependencyProperty,System.Windows DropDownToolTipProperty | ||
return |
public static DependencyProperty,System.Windows GroupNameProperty | ||
return |
public static DependencyProperty,System.Windows IsButtonEnabledProperty | ||
return |
public static DependencyProperty,System.Windows IsCheckableProperty | ||
return |
public static DependencyProperty,System.Windows IsCheckedProperty | ||
return |
public static DependencyProperty,System.Windows IsDefinitiveProperty | ||
return |