ClassRadMaskedInputBaseAutomationPeer
Class
The automation peer class for the MaskedInput controls.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class RadMaskedInputBaseAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Inheritance: objectRadMaskedInputBaseAutomationPeer
Implements:
Constructors
RadMaskedInputBaseAutomationPeer(RadMaskedInputBase)
Initializes a new instance of the RadMaskedInputBaseAutomationPeer class.
Declaration
cs-api-definition
public RadMaskedInputBaseAutomationPeer(RadMaskedInputBase owner)
Parameters
owner
The owner.
Methods
GetChildrenCore()
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns