VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.WinForms Namespace / WinFormsTextBoxProvider Class
In This Topic
WinFormsTextBoxProvider Class Methods
In This Topic
For a list of all methods of this type, see WinFormsTextBoxProvider.
Public Methods
 NameDescription
Public MethodCuts the selected text. (Inherited from TextBoxProvider)
Public MethodPastes the specified text. (Inherited from TextBoxProvider)
Public MethodScrolls the caret to end of text. (Inherited from TextBoxProvider)
Public MethodSets the focus.
Public MethodSets the font.
Public MethodSets the selection. (Inherited from TextBoxProvider)
Protected Methods
 NameDescription
Protected MethodRaises the GotFocus event. (Inherited from TextBoxProvider)
Protected MethodRaises the KeyDown event. (Inherited from TextBoxProvider)
Protected MethodRaises the MouseDown event. (Inherited from TextBoxProvider)
Protected MethodRaises the MouseUp event. (Inherited from TextBoxProvider)
Protected MethodRaises the SelectionChanged event. (Inherited from TextBoxProvider)
Protected MethodRaises the TextChanged event. (Inherited from TextBoxProvider)
See Also