Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Draws the insert icon in the parent window of the specified drag list box.
Syntax
void DrawInsert(
HWND handParent,
HWND hLB,
int nItem
);
Parameters
handParent
Type: HWND
A handle to the parent window of the drag list box.
hLB
Type: HWND
A handle to the drag list box.
nItem
Type: int
The identifier of the icon item to be drawn.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |
Library | Comctl32.lib |
DLL | Comctl32.dll |