VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.WinForms Namespace / WinFormsTextBoxProvider Class
Constructors Properties Methods Events SeeAlso
In This Topic
    WinFormsTextBoxProvider Class Members
    In This Topic
    The following tables list the members exposed by WinFormsTextBoxProvider.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WinFormsTextBoxProvider class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the color of the back.
    Public PropertyGets a value indicating whether this test box has focus.
    Public PropertyGets or sets a value indicating whether textbox is enbaled.
    Public PropertyGets or sets a value indicating whether textbox is visible.
    Public PropertyGets or sets a value indicating whether textbox is wraps words.
    Public PropertyGets or sets the control location, in surface space.
    Public PropertyGets the selected text. (Inherited from TextBoxProvider)
    Public PropertyGets or sets the selection length.
    Public PropertyGets or sets the selection char ofset.
    Public PropertyGets or sets the control size, in surface space.
    Public PropertyGets the source.
    Public PropertyGets or sets the text.
    Public PropertyGets or sets the text alignment.
    Public PropertyGets or sets the color of the text.
    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)
    Public Events
     NameDescription
    Public EventOccurs when the text box receives focus. (Inherited from TextBoxProvider)
    Public EventOccurs when key down. (Inherited from TextBoxProvider)
    Public EventOccurs when mouse button is down. (Inherited from TextBoxProvider)
    Public EventOccurs when mouse button is released. (Inherited from TextBoxProvider)
    Public EventOccurs when selection changed. (Inherited from TextBoxProvider)
    Public EventOccurs when text changed. (Inherited from TextBoxProvider)
    See Also