Share via


ImageButton Class

Definition

Button with images to represent enabled and disabled states

public ref class ImageButton : Microsoft::PowerShell::Commands::ShowCommandInternal::ImageButtonBase, System::Windows::Markup::IComponentConnector
public class ImageButton : Microsoft.PowerShell.Commands.ShowCommandInternal.ImageButtonBase, System.Windows.Markup.IComponentConnector
type ImageButton = class
    inherit ImageButtonBase
    interface IComponentConnector
Public Class ImageButton
Inherits ImageButtonBase
Implements IComponentConnector
Inheritance
ImageButton
Implements

Constructors

ImageButton()

Initializes a new instance of the ImageButton class.

Properties

Command

Gets or sets the command associated with this button

(Inherited from ImageButtonBase)
DisabledImageSource

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

(Inherited from ImageButtonBase)
EnabledImageSource

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

(Inherited from ImageButtonBase)

Methods

InitializeComponent()

InitializeComponent

Explicit Interface Implementations

IComponentConnector.Connect(Int32, Object)

Applies to