Represents a Window that is designed to host a Ribbon, using a Ribbon
- Inheritance:
-
object
Visual
UIElement
Framework
Element Control ContentControl Window object
Constructors
RibbonWindow()
Initializes a new instance of the Ribbon
Properties
Ribbon
Gets the primary Ribbon in the window.
Methods
CreateWindowChrome()
Creates a new Window
Returns
- Window
Chrome : The Window
Chrome instance that was created.
OnPreviewKeyDown(KeyEventArgs)
Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Parameter | Type | Description |
---|---|---|
e | Key |
The Key |