ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / ITextBoxBaseView Interface / MarkEmpty Property

In This Topic
    MarkEmpty Property (ITextBoxBaseView)
    In This Topic
    Gets or sets a value that indicates need draws a red dotted line if Value is empty or not.
    Syntax
    'Declaration
     
    
    Property MarkEmpty As Boolean
    bool MarkEmpty {get; set;}
    See Also