Version

Search Results

ResolveAppearance(AppearanceData,AppearancePropFlags,Boolean) Method

Resolves the specified Appearance by setting its default values to the actual values used by the control Syntax Parameters appearance The AppearanceData to resolverequestedProps Bit flags representing which Appearance properties are to be resolvedincludeNullTextAppearance Specifies whether the NullTextAppearance s...

ResolveAppearance Method (TextEditorControlBase)

Resolves the specified Appearance by setting its default values to the actual values used by the control Overload List

RotateGesture Event (TextEditorControlBase)

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

ScrollControl Method (TextEditorControlBase)

Syntax Parameters xAmount yAmount scrollRect clipRect updateRect eraseBackground invalidate scrollChildren smoothScrollAmount

Select(Int32,Int32) Method

Selects text within the control Syntax Parameters start The character position at which to start the selectionlength The number of characters to select Remarks Note: The Select method will only function correctly when the AlwaysInEditMode property is set to true.

Select Method

Selects text within the control Overload List

SelectAll Method (TextEditorControlBase)

Selects all text in the control. Syntax Remarks Note: The SelectAll method will only function correctly when the AlwaysInEditMode property is set to true.

SelectedText Property (TextEditorControlBase)

Gets/sets a value indicating the currently selected text in the editor. Available only at runtime. Syntax

SelectionLength Property (TextEditorControlBase)

Gets/sets the number of characters selected in the text box. Available only at runtime. Syntax

SelectionStart Property (TextEditorControlBase)

Gets/sets the starting position of text selected in the text box. Available only at runtime. Syntax