Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / TextInputPrompt Field


In This Topic
    TextInputPrompt Field (TextInput)
    In This Topic
    Represents the informational prompt label of the form.
    Syntax
    'Declaration
     
    
    Public TextInputPrompt As Label
    'Usage
     
    
    Dim instance As TextInput
    Dim value As Label
     
    value = instance.TextInputPrompt
     
    instance.TextInputPrompt = value
    public Label TextInputPrompt
    See Also