Property | Type | Description | |
---|---|---|---|
AddToQuickAccessCommand | System.Windows.Input.RoutedCommand | ||
AutomaticStateManagementProperty | |||
CanCustomizeQuickAccessToolBarProperty | |||
CanCustomizeRibbonProperty | |||
CanQuickAccessLocationChangingProperty | |||
ContentGapHeightProperty | |||
CustomizeQuickAccessToolbarCommand | System.Windows.Input.RoutedCommand | ||
CustomizeTheRibbonCommand | System.Windows.Input.RoutedCommand | ||
IsAutomaticCollapseEnabledProperty | |||
IsCollapsedProperty | |||
IsMinimizedProperty | |||
IsQuickAccessToolBarVisibleProperty | |||
MenuProperty | |||
RemoveFromQuickAccessCommand | System.Windows.Input.RoutedCommand | ||
SelectedTabIndexProperty | |||
SelectedTabItemProperty | |||
ShowQuickAccessAboveCommand | System.Windows.Input.RoutedCommand | ||
ShowQuickAccessBelowCommand | System.Windows.Input.RoutedCommand | ||
ShowQuickAccessToolBarAboveRibbonProperty | |||
TitleProperty | |||
ToggleMinimizeTheRibbonCommand | System.Windows.Input.RoutedCommand |
Method | Description | |
---|---|---|
AddToQuickAccessToolBar ( UIElement element ) : void |
Adds the given element to quick access toolbar
|
|
ClearQuickAccessToolBar ( ) : void |
Clears quick access toolbar
|
|
IsInQuickAccessToolBar ( UIElement element ) : bool |
Determines whether the given element is in quick access toolbar
|
|
LoadState ( ) : void |
Loads the State from Isolated Storage (in user store for domain)
|
|
LoadState ( System.Stream stream ) : void |
Loads state from the given stream
|
|
RemoveFromQuickAccessToolBar ( UIElement element ) : void |
Removes the given elements from quick access toolbar
|
|
ResetState ( ) : void |
Resets automatically saved state
|
|
SaveState ( System.Stream stream ) : void |
Saves state to the given stream
|
Method | Description | |
---|---|---|
OnContextMenuClosing ( System.Windows.Controls.ContextMenuEventArgs e ) : void |
Invoked whenever an unhandled E:System.Windows.FrameworkElement.ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event.
|
|
OnContextMenuOpening ( System.Windows.Controls.ContextMenuEventArgs e ) : void |
Invoked whenever an unhandled E:System.Windows.FrameworkElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
|
|
OnGotFocus ( |
Invoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route.
|
|
OnItemAddedToQuickAccessToolbar ( UIElementEventArgs e ) : void | ||
OnItemRemovedToQuickAccessToolbar ( UIElementEventArgs e ) : void |
Method | Description | |
---|---|---|
AttachToWindow ( ) : void | ||
CoerceAutoStateManagement ( |
||
DetachFromWindow ( ) : void | ||
FileExists ( IsolatedStorageFile storage, string fileName ) : bool | ||
FindParentRibbonControl ( |
||
GetAdornerLayer ( UIElement element ) : System.Windows.Controls.AdornerLayer |
Get adorner layer for element
|
|
GetFirstVisibleItem ( ) : |
||
GetIsolatedStorageFile ( ) : IsolatedStorageFile | ||
GetLastVisibleItem ( ) : |
||
InitRibbonContextMenu ( ) : void | ||
InitialLoadState ( ) : void | ||
MaintainIsCollapsed ( ) : void | ||
OnAddToQuickAccessCommandCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
OnAddToQuickAccessCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
OnApplicationMenuChanged ( |
||
OnApplyTemplate ( ) : void | ||
OnAutoStateManagement ( |
||
OnBackstageEscapeKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
OnCoerceStyle ( |
||
OnContextMenuOpened ( object sender, |
||
OnCustomizeQuickAccessToolbarCommandCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
OnCustomizeQuickAccessToolbarCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
OnCustomizeTheRibbonCommandCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
OnCustomizeTheRibbonCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
OnFirstToolbarLoaded ( object sender, |
||
OnGroupsCollectionChanged ( object sender, |
Handles collection of contextual tab groups ghanges
|
|
OnIsCollapsedChanged ( |
||
OnIsMinimizedChanged ( |
||
OnJustLayoutUpdated ( object sender, |
||
OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
OnLoaded ( object sender, |
||
OnOwnerWindowClosed ( object sender, |
Called when the ownerWindow is closed, so that we set it to null and clear the TitleProperty
|
|
OnQuickAccessItemsChanged ( object sender, |
||
OnQuickAccessItemsCollectionChanged ( object sender, |
Handles collection of quick access menu items changes
|
|
OnRemoveFromQuickAccessCommandCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
OnRemoveFromQuickAccessCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
OnSelectedTabIndexChanged ( |
||
OnSelectedTabItemChanged ( |
||
OnShowQuickAccesToolBarAboveRibbonChanged ( |
Handles ShowQuickAccessToolBarAboveRibbon property changed
|
|
OnShowQuickAccessAboveCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
OnShowQuickAccessBelowCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void | ||
OnTabControlSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
OnTabsCollectionChanged ( object sender, |
Handles collection of ribbon tabs changed
|
|
OnTitleChanged ( |
||
OnToggleMinimizeTheRibbonCommandCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
OnToggleMinimizeTheRibbonCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
OnToolbarItemsCollectionChanged ( object sender, |
Handles collection of toolbar items changes
|
|
OnUnloaded ( object sender, |
||
OnWindowSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void | ||
ParseAndAddToQuickAccessToolBar ( string data ) : void | ||
QuickAccessToolbarRequestCustomize ( object sender, |
||
Ribbon ( ) : System | ||
SaveState ( ) : void | ||
SaveWindowSize ( |
||
TraverseLogicalTree ( |
public AddToQuickAccessToolBar ( UIElement element ) : void | ||
element | UIElement | Element |
return | void |
public IsInQuickAccessToolBar ( UIElement element ) : bool | ||
element | UIElement | Element |
return | bool |
public LoadState ( System.Stream stream ) : void | ||
stream | System.Stream | Stream |
return | void |
protected OnContextMenuClosing ( System.Windows.Controls.ContextMenuEventArgs e ) : void | ||
e | System.Windows.Controls.ContextMenuEventArgs | Provides data about the event. |
return | void |
protected OnContextMenuOpening ( System.Windows.Controls.ContextMenuEventArgs e ) : void | ||
e | System.Windows.Controls.ContextMenuEventArgs | The |
return | void |
protected OnGotFocus ( |
||
e | The System.Windows.RoutedEventArgs that contains the event data. | |
return | void |
protected OnItemAddedToQuickAccessToolbar ( UIElementEventArgs e ) : void | ||
e | UIElementEventArgs | |
return | void |
protected OnItemRemovedToQuickAccessToolbar ( UIElementEventArgs e ) : void | ||
e | UIElementEventArgs | |
return | void |
public RemoveFromQuickAccessToolBar ( UIElement element ) : void | ||
element | UIElement | Element |
return | void |
public SaveState ( System.Stream stream ) : void | ||
stream | System.Stream | Stream |
return | void |
public static RoutedCommand,System.Windows.Input AddToQuickAccessCommand | ||
return | System.Windows.Input.RoutedCommand |
public static DependencyProperty,System.Windows AutomaticStateManagementProperty | ||
return |
public static DependencyProperty,System.Windows CanCustomizeQuickAccessToolBarProperty | ||
return |
public static DependencyProperty,System.Windows CanCustomizeRibbonProperty | ||
return |
public static DependencyProperty,System.Windows CanQuickAccessLocationChangingProperty | ||
return |
public static DependencyProperty,System.Windows ContentGapHeightProperty | ||
return |
public static RoutedCommand,System.Windows.Input CustomizeQuickAccessToolbarCommand | ||
return | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input CustomizeTheRibbonCommand | ||
return | System.Windows.Input.RoutedCommand |
public static DependencyProperty,System.Windows IsAutomaticCollapseEnabledProperty | ||
return |
public static DependencyProperty,System.Windows IsCollapsedProperty | ||
return |
public static DependencyProperty,System.Windows IsMinimizedProperty | ||
return |
public static DependencyProperty,System.Windows IsQuickAccessToolBarVisibleProperty | ||
return |
public static DependencyProperty,System.Windows MenuProperty | ||
return |
public static RoutedCommand,System.Windows.Input RemoveFromQuickAccessCommand | ||
return | System.Windows.Input.RoutedCommand |
public static DependencyProperty,System.Windows SelectedTabIndexProperty | ||
return |
public static DependencyProperty,System.Windows SelectedTabItemProperty | ||
return |
public static RoutedCommand,System.Windows.Input ShowQuickAccessAboveCommand | ||
return | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input ShowQuickAccessBelowCommand | ||
return | System.Windows.Input.RoutedCommand |
public static DependencyProperty,System.Windows ShowQuickAccessToolBarAboveRibbonProperty | ||
return |
public static DependencyProperty,System.Windows TitleProperty | ||
return |