Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IFormControl Interface / Text Property


In This Topic
    Text Property (IFormControl)
    In This Topic
    Gets or sets the text associated with this control.
    Syntax
    'Declaration
     
    Property Text As String
    'Usage
     
    Dim instance As IFormControl
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    string Text {get; set;}
    See Also