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

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