VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / TextBoxProvider Class
Constructors Properties Methods Events SeeAlso
In This Topic
    TextBoxProvider Class Members
    In This Topic
    The following tables list the members exposed by TextBoxProvider.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the TextBoxProvider class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the color of the back.
    Public PropertyGets a value indicating whether textbox has focus.
    Public PropertyGets or sets a value indicating whether textbox is enabled.
    Public PropertyGets or sets a value indicating whether textbox is visible.
    Public PropertyGets or sets a value indicating whether textbox wraps words.
    Public PropertyGets or sets the control location, in surface space.
    Public PropertyGets the selected text.
    Public PropertyGets or sets the selection length.
    Public PropertyGets or sets the selection start.
    Public PropertyGets or sets the control size, in surface space.
    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.
    Public MethodPastes the specified text.
    Public MethodScrolls the caret to end of text.
    Public MethodSets the focus.
    Public MethodSets the font.
    Public MethodSets the selection.
    Protected Methods
     NameDescription
    Protected MethodRaises the GotFocus event.
    Protected MethodRaises the KeyDown event.
    Protected MethodRaises the MouseDown event.
    Protected MethodRaises the MouseUp event.
    Protected MethodRaises the SelectionChanged event.
    Protected MethodRaises the TextChanged event.
    Public Events
     NameDescription
    Public EventOccurs when the text box receives focus.
    Public EventOccurs when key down.
    Public EventOccurs when mouse button is down.
    Public EventOccurs when mouse button is released.
    Public EventOccurs when selection changed.
    Public EventOccurs when text changed.
    See Also