Click or drag to resize

ShellComboItemDrawItem Method

Draws the item within the combobox

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

Parameters

pDisplayControl  Control
the control that is displaying the item
pEvtArgs  DrawItemEventArgs
The EventArgs of the DrawItem Event
pShowFullPath  Boolean
if true the fullpath of the item is shown if its in the ComboBoxEditField
See Also