Input for WinForms | ComponentOne
C1.Win.Input.Pickers.Styles Namespace / PickerEditorStyle Class / MarkEmptyColor Property

In This Topic
    MarkEmptyColor Property (PickerEditorStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the empty mark.
    Syntax
    'Declaration
     
    
    Public Property MarkEmptyColor As Color
    public Color MarkEmptyColor {get; set;}
    See Also