ShellBrowser .Net Edition
DrawItem Method (p_DisplayControl, evtArgs, p_ShowFullPath)
NamespacesJam.ShellShellComboItemDrawItem(Control, DrawItemEventArgs, Boolean)
Draws the item within the combobox
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)