Click or drag to resize

ShellComboItemDrawItem Method

Draws the item within the combobox

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void DrawItem(
	Control pDisplayControl,
	DrawItemEventArgs pEvtArgs,
	bool pShowFullPath
)

Parameters

pDisplayControl
Type: System.Windows.FormsControl
the control that is displaying the item
pEvtArgs
Type: System.Windows.FormsDrawItemEventArgs
The EventArgs of the DrawItem Event
pShowFullPath
Type: SystemBoolean
if true the fullpath of the item is shown if its in the ComboBoxEditField
See Also