ButtonDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Defines a UI button for a for the Navigate To UI.
public ref class ButtonDefinition sealed
public ref class ButtonDefinition sealed
class ButtonDefinition sealed
[System.CLSCompliant(false)]
public sealed class ButtonDefinition
public sealed class ButtonDefinition
[<System.CLSCompliant(false)>]
type ButtonDefinition = class
type ButtonDefinition = class
Public NotInheritable Class ButtonDefinition
- Inheritance
-
ButtonDefinition
- Attributes
Constructors
ButtonDefinition(ImageMoniker, String, KeyGesture) |
Creates a new ButtonDefinition. |
Properties
AccessKey |
The hot key used to toggle the filter UI button. |
Description |
The tooltip shown when the mouse hovers over the UI button and also the string to represent the UI button in automation. |
ImageMoniker |
The icon shown on the UI button. |