Skybound AutoComplete

AutoCompleteDrawMode Enumeration

Specifies whether items in the drop-down suggestion window are drawn automatically or using your own code.

[Visual Basic]
Public Enum AutoCompleteDrawMode
[C#]
public enum AutoCompleteDrawMode

Members

Member Name Description
System Items in the drop-down suggestion window are drawn by the operating system. Icons, custom fonts and colors colors are not supported by this mode.

Enhanced Items in the drop-down suggestion window are drawn by Skybound AutoComplete, using the assgined ImageList, custom colors and custom fonts specified for the control.

OwnerDraw Items in the drop-down suggestion window are drawn manually and all are of the same size.

OwnerDrawAndMeasure Items in the drop-down suggestion window are drawn manually and can differ in size.

Requirements

Namespace: Skybound.AutoComplete

Assembly: Skybound.AutoComplete (in Skybound.AutoComplete.dll)

See Also

Skybound.AutoComplete Namespace