Property | Type | Description | |
---|---|---|---|
CanAddToQuickAccessToolBarProperty | |||
CommandParameterProperty | |||
CommandProperty | |||
CommandTargetProperty | |||
HeaderProperty | |||
IconProperty |
Property | Type | Description | |
---|---|---|---|
Bind | void | ||
CoerceIsEnabled | object | ||
OnCommandCanExecuteChanged | void | ||
OnCommandChanged | void | ||
OnIconChanged | void | ||
RibbonControl | System | ||
UpdateCanExecute | void |
Method | Description | |
---|---|---|
BindQuickAccessItem ( |
Binds default properties of control to quick access element
|
|
CreateQuickAccessItem ( ) : |
Gets control which represents shortcut item. This item MUST be syncronized with the original and send command to original one control.
|
|
GetControlMonitor ( |
Returns monitor in witch control is placed
|
|
GetControlWorkArea ( |
Returns screen workarea in witch control is placed
|
|
OnCanAddToQuickAccessToolbarChanged ( |
Occurs then CanAddToQuickAccessToolBar property changed
|
|
OnKeyTipBack ( ) : void |
Handles back navigation with KeyTips
|
|
OnKeyTipPressed ( ) : void |
Handles key tip pressed
|
Method | Description | |
---|---|---|
CanExecuteCommand ( ) : bool |
Determines whether the Command can be executed
|
|
ExecuteCommand ( ) : void |
Execute command
|
Method | Description | |
---|---|---|
Bind ( object source, |
||
CoerceIsEnabled ( |
Coerces IsEnabled
|
|
OnCommandCanExecuteChanged ( object sender, |
Handles Command CanExecute changed
|
|
OnCommandChanged ( |
Handles Command changed
|
|
OnIconChanged ( |
||
RibbonControl ( ) : System | ||
UpdateCanExecute ( ) : void |
public static BindQuickAccessItem ( |
||
source | Source item | |
element | Toolbar item | |
return | void |
public abstract CreateQuickAccessItem ( ) : |
||
return |
public static GetControlMonitor ( |
||
control | Control | |
return |
public static GetControlWorkArea ( |
||
control | Control | |
return |
public static OnCanAddToQuickAccessToolbarChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
public static DependencyProperty,System.Windows CanAddToQuickAccessToolBarProperty | ||
return |
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 HeaderProperty | ||
return |