ShellComboItemDrawItem Method |
Draws the item within the combobox
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void DrawItem(
Control pDisplayControl,
DrawItemEventArgs pEvtArgs,
bool pShowFullPath
)
Public Sub DrawItem (
pDisplayControl As Control,
pEvtArgs As DrawItemEventArgs,
pShowFullPath As Boolean
)
public:
void DrawItem(
Control^ pDisplayControl,
DrawItemEventArgs^ pEvtArgs,
bool pShowFullPath
)
member DrawItem :
pDisplayControl : Control *
pEvtArgs : DrawItemEventArgs *
pShowFullPath : bool -> unit 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