Microsoft.Windows.Controls Namespace
Contains types that are used internally by the controls in the Microsoft Ribbon for WPF.
Classes
Class | Description | |
---|---|---|
ActivatingKeyTipEventArgs | Provides data for the ActivatingKeyTip event. | |
ItemContainerTemplate | Provides the template for producing a container for an ItemsControl object. | |
ItemContainerTemplateKey | Provides a resource key for an ItemContainerTemplate object. | |
ItemContainerTemplateSelector | Enables you to select an ItemContainerTemplate for each item within an ItemsControl. | |
KeyTipAccessedEventArgs | Provides data for the KeyTipAccessed event. | |
KeyTipControl | Represents the control used inside the KeyTip. | |
KeyTipService | Represents a service that provides properties, methods, and events to enable and manage KeyTips in WPF Ribbon controls. |
Delegates
Delegate | Description | |
---|---|---|
ActivatingKeyTipEventHandler | Represents the method that handles the ActivatingKeyTip attached event of a KeyTipService. | |
KeyTipAccessedEventHandler | Represents the method that handles the KeyTipAccessed attached event of a KeyTipService. |
Enumerations
Enumeration | Description | |
---|---|---|
KeyTipHorizontalPlacement | Specifies the values for the horizontal placement of the KeyTip relative to its placement target. | |
KeyTipVerticalPlacement | Specifies the values for the vertical placement of the KeyTip relative to its placement target. |