Share via


AutomationImage Class

Definition

Provides a Image control that is always visible in the automation tree.

[System.ComponentModel.Description("Provides a System.Windows.Controls.Image control that is always visible in the automation tree.")]
public class AutomationImage : System.Windows.Controls.Image
[<System.ComponentModel.Description("Provides a System.Windows.Controls.Image control that is always visible in the automation tree.")>]
type AutomationImage = class
    inherit Image
Public Class AutomationImage
Inherits Image
Inheritance
AutomationImage
Attributes

Constructors

AutomationImage()

Initializes a new instance of the AutomationImage class.

Methods

OnCreateAutomationPeer()

Returns the AutomationPeer implementations for this control.

Applies to