New to Telerik UI for WPFStart a free 30-day trial

Exposes RadCloudUploadListItem type to UI Automation.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Cloud.Controls.dll

Syntax:

C#
public class RadCloudUploadListItemAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadCloudUploadListItemAutomationPeer

Constructors

Initializes a new instance of the RadCloudUploadListItemAutomationPeer class.

C#
public RadCloudUploadListItemAutomationPeer(RadCloudUploadListItem owner)
Parameters:ownerRadCloudUploadListItem

The owner.

Methods

Gets the control type for the UIElement that is associated with this . This method is called by .

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

The enumeration value.

Gets the name of the UIElement that is associated with this . This method is called by .

C#
protected override string GetClassNameCore()
Returns:

string

An Empty string.

Returns the string that describes the functionality of the FrameworkElement that is associated with this . This method is called by .

C#
protected override string GetHelpTextCore()
Returns:

string

The help text, or Empty if there is no help text.

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().

C#
protected override sealed string GetItemStatusCore()
Returns:

string

The string that contains the System.Windows.Automation.AutomationProperties.ItemStatus that is returned by System.Windows.Automation.AutomationProperties.GetItemStatus(System.Windows.DependencyObject).

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string