Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / Value Property

In This Topic
    Value Property (C1TextBox)
    In This Topic
    Gets or sets the current C1.Win.Input.Base.C1TextBoxBase.DataType representation of the visual information contained in the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property Value As Object
    public virtual object Value {get; set;}
    See Also