Draws the item within the combobox
| C# | Visual Basic | Visual C++ |
public void DrawItem( Control p_DisplayControl, DrawItemEventArgs evtArgs, bool p_ShowFullPath )
Public Sub DrawItem ( _ p_DisplayControl As Control, _ evtArgs As DrawItemEventArgs, _ p_ShowFullPath As Boolean _ )
public: void DrawItem( Control^ p_DisplayControl, DrawItemEventArgs^ evtArgs, bool p_ShowFullPath )
- p_DisplayControl (Control)
- the control that is displaying the item
- evtArgs (DrawItemEventArgs)
- The EventArgs of the DrawItem Event
- p_ShowFullPath (Boolean)
- if true the fullpath of the item is shown if its in the ComboBoxEditField