Class RadCloudUploadListItemAutomationPeer
Exposes RadCloudUploadListItem type to UI Automation.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Cloud.Controls.dll
Syntax
public class RadCloudUploadListItemAutomationPeer : FrameworkElementAutomationPeer
Constructors
RadCloudUploadListItemAutomationPeer(RadCloudUploadListItem)
Initializes a new instance of the RadCloudUploadListItemAutomationPeer class.
Declaration
public RadCloudUploadListItemAutomationPeer(RadCloudUploadListItem owner)
Parameters
RadCloudUploadListItem
owner
The owner. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
The System.Windows.Automation.Peers.AutomationControlType.Image enumeration value. |
GetClassNameCore()
Gets the name of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
An System.String.Empty string. |
GetHelpTextCore()
Returns the string that describes the functionality of the System.Windows.FrameworkElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetHelpText.
Declaration
protected override string GetHelpTextCore()
Returns
System.String
The help text, or System.String.Empty if there is no help text. |
GetItemStatusCore()
Gets a string that communicates the visual status of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetItemStatus().
Declaration
protected override sealed string GetItemStatusCore()
Returns
System.String
The string that contains the System.Windows.Automation.AutomationProperties.ItemStatus that is returned by System.Windows.Automation.AutomationProperties.GetItemStatus(System.Windows.DependencyObject). |
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|