Enum ComboBox.OwnerDrawFlags
Enumerates possible owner draw flags.
[Flags]
public enum ComboBox.OwnerDrawFlags
Fields
Item = 2Specifies whether to draw item.
ItemBackground = 1Specifies whether to draw background.
None = 0Owner draw is off.
Enumerates possible owner draw flags.
[Flags]
public enum ComboBox.OwnerDrawFlags
Item = 2Specifies whether to draw item.
ItemBackground = 1Specifies whether to draw background.
None = 0Owner draw is off.