The Draw
public class DrawComboboxEventArgs: EventArgs
Public Class DrawComboboxEventArgs
Inherits EventArgs
Introduced: X18.
Property | Description |
---|---|
Bold | Returns true, when the font of the combobox should be bold. |
Font |
Returns the name of the font that should be used to display the items of the combobox. |
Font |
Returns the pointsize (EM size), in pixels, of the combobox's font. |
Italic | Returns true, when the font of the combobox should be italic. |
Location | Gets the location of the combobox's text, in pixels. |
Selection |
Gets the Selection |
Size | Gets the size of the combobox's text, in pixels. |