Class ImageCardAutomationPeer
An AutomationPeer type for ImageCard.
Inheritance
System.Object
ImageCardAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class ImageCardAutomationPeer : FrameworkElementAutomationPeer
Constructors
ImageCardAutomationPeer(ImageCard)
Initializes a new instance of the Image
Declaration
public ImageCardAutomationPeer(ImageCard imageCardControl)
Parameters
Image The image card control. |
Properties
OwningImageCard
Gets the owning ImageCard.
Declaration
public ImageCard OwningImageCard { get; }
Property Value
Image The owning image card. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.
|
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
System.
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.
|