Share via


ImageButtonBase Class

Definition

Implements the ImageButtonBase base class to the ImageButton and ImageToggleButton.

public ref class ImageButtonBase : System::Windows::Controls::Grid
public class ImageButtonBase : System.Windows.Controls.Grid
type ImageButtonBase = class
    inherit Grid
Public Class ImageButtonBase
Inherits Grid
Inheritance
ImageButtonBase
Derived

Constructors

ImageButtonBase()

Fields

CommandProperty

Command associated with this button

DisabledImageSourceProperty

Image to be used for the disabled state

EnabledImageSourceProperty

Image to be used for the enabled state

Properties

Command

Gets or sets the command associated with this button

DisabledImageSource

Gets or sets the image to be used for the disabled state

EnabledImageSource

Gets or sets the image to be used for the enabled state

Applies to