ToolbarButton 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.
Represents the toolbar button.
public ref class ToolbarButton : System::Windows::Controls::Button
public class ToolbarButton : System.Windows.Controls.Button
type ToolbarButton = class
inherit Button
Public Class ToolbarButton
Inherits Button
- Inheritance
-
ToolbarButton
Constructors
ToolbarButton() |
Initializes a new instance of the ToolbarButton class. |
Fields
ImageProperty |
Specifies the image on the toolbar button. |
TargetProperty |
Specifies the target that will be invoked when the button is clicked. |
TextProperty |
Specifies the text on the toolbar button. |
Properties
Image |
Gets or sets the image on the toolbar button. |
Target |
Gets or sets the target element that will be invoked when the button is clicked. |
Text |
Gets or sets the toolbar button text. |
Methods
OnPropertyChanged(DependencyPropertyChangedEventArgs) |