ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / DrawMode Property

In This Topic
    DrawMode Property (C1Combo)
    In This Topic
    Gets or sets a value indicating whether your code or the operating system will handle drawing of elements in the list.
    Syntax
    'Declaration
     
    
    Public Property DrawMode As DrawMode
    public DrawMode DrawMode {get; set;}
    See Also