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