Interface
IRadMaskedTextBox

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadMaskedTextBox : IControl, IFrameworkElement, ITargetElement

Derived Classes: RadMaskedTextBoxRadMaskedTextBox

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

IsEmpty

Declaration

cs-api-definition
bool IsEmpty { get; }

Property Value

bool

IsFocused

Declaration

cs-api-definition
bool IsFocused { get; }

Property Value

bool

IsReadOnly

Declaration

cs-api-definition
bool IsReadOnly { get; }

Property Value

bool

Mask

Declaration

cs-api-definition
string Mask { get; }

Property Value

string

SelectionLength

Declaration

cs-api-definition
int SelectionLength { get; }

Property Value

int

SelectionStart

Declaration

cs-api-definition
int SelectionStart { get; }

Property Value

int

Text

Declaration

cs-api-definition
string Text { get; set; }

Property Value

string

Methods

MouseClick(MouseClickType, int, bool)

Declaration

cs-api-definition
void MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft)

Parameters

clickType

MouseClickType

offset

int

offsetFromLeft

bool

TypeText(string, int)

Declaration

cs-api-definition
void TypeText(string text, int keyPressTime)

Parameters

text

string

keyPressTime

int