Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / FloatingPlaceholderEnabled Property

In This Topic
    FloatingPlaceholderEnabled Property (C1TextBox)
    In This Topic
    Gets or sets the value indicating whether the floating placeholder is enabled.
    Syntax
    'Declaration
     
    
    Public Property FloatingPlaceholderEnabled As Boolean
    public bool FloatingPlaceholderEnabled {get; set;}
    Remarks
    The floating placeholder allows the placeholder text to be displayed above the editor text. However, the floating placeholder will only be displayed if the control has sufficient height.
    See Also