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

The automation peer class for the MaskedInput controls.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public class RadMaskedInputBaseAutomationPeer : FrameworkElementAutomationPeer, IValueProvider

Inheritance: objectRadMaskedInputBaseAutomationPeer

Implements: IValueProvider

Constructors

Initializes a new instance of the RadMaskedInputBaseAutomationPeer class.

C#
public RadMaskedInputBaseAutomationPeer(RadMaskedInputBase owner)
Parameters:ownerRadMaskedInputBase

The owner.

Methods

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

When overridden in a derived class, is called by .

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

The type of the control.

C#
protected override string GetNameCore()
Returns:

string

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterfaceReturns:

object