Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / Placeholder Property

In This Topic
    Placeholder Property (C1TextBoxBase)
    In This Topic
    Gets or sets the textual place holder, that is displayed by C1.Win.Input.C1TextBox to prompt the user for information.
    Syntax
    'Declaration
     
    
    Public Property Placeholder As String
    public string Placeholder {get; set;}
    See Also