Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputTextDialog Class / Label Property


In This Topic
    Label Property (InputTextDialog)
    In This Topic
    Set the dialog label's text
    Syntax
    'Declaration
     
    
    Public WriteOnly Property Label As String
    'Usage
     
    
    Dim instance As InputTextDialog
     
    instance.Label = value
    public string Label {set;}
    See Also