Class FormTextBox
Represents a text box used for editing of the text box interactive form.
Inheritance
System.Object
FormTextBox
Namespace: Telerik.Windows.Documents.Fixed.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class FormTextBox : TextBox
Constructors
FormTextBox()
Declaration
public FormTextBox()
Methods
OnTouchDown(TouchEventArgs)
Handles TouchDown and focuses the FormTextBox element.
Declaration
protected override void OnTouchDown(TouchEventArgs e)
Parameters
System.Windows.Input.TouchEventArgs
e
|