Partager via


ToolbarButton Class

Definition

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)

Applies to