Version

WebTextEditor class Methods

For a list of all members of this type, see WebTextEditor members.

Public Methods
 NameDescription
Public MethoddisposeDisposes object and event handlers.  
Public MethodfindFinds WebTextEditor by its client ID.  
Public MethodfocusSes input focus to control with delay.  
Public MethodfromCasts passed in object to the WebTextEditor type.  
Public MethodgetSelectedTextGets selected text. It also calculates internal variable for end and start selection.  
Public MethodgetSelectionGets position of start or end selection. Note: that method calls getSelectedText().  
Public MethodgetSpinButtonIDGets index of spin button which is involved in current mouse event of browser. That can be used while processing mouse events of control.  
Public MethodhasFocusChecks if control has input focus.  
Public MethodinitializeInitializes instance of WebTextEditor.  
Public MethodpasteTriggers paste action in control.  
Public MethodselectSets selection and caret position in control.  
Public MethodsetFocusSes input focus to control without delay.  
Public MethodspinTriggers spin event.  
See Also