ShellComboItemDrawItem Method |
Draws the item within the combobox
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
- 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