Version

Search Results

TextLength Property (TextEditorControlBase)

Returns the number of characters in the controls text. Syntax Remarks The TextLength property is available only at runtime

textValue Field

Member variable that stores the value of the controls Text property. Syntax

TwoFingerTapGesture Event (TextEditorControlBase)

Syntax Event Data The event handler receives an argument of type Infragistics.Win.Touch.TwoFingerTapGestureEventArgs containing data related to this event. The following TwoFingerTapGestureEventArgs properties provide information specific to this event.Property Description Gesture Handled (Inherited from Infragist...

Undo Method

Undoes the last edit operation in the control. Syntax Remarks Note: The Undo method will only function correctly when the AlwaysInEditMode property is set to true.