Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / MarkEmpty Property

In This Topic
    MarkEmpty Property (IDropDownEditorBase)
    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