Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / Placeholder Property

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