InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComponent Class / Text Property

In This Topic
    Text Property (InputComponent)
    In This Topic
    Gets or sets the text associated with this component.
    Syntax
    'Declaration
     
    Public Overridable Property Text As String
    public virtual string Text {get; set;}
    See Also