The DrawInsert function draws the insert icon in the parent window of the specified drag list box.
void DrawInsert(
HWND handParent, | |
HWND hLB, | |
int nItem | |
); |
Parameters
handParent
Handle to the parent window of the drag list box.
hLB
Handle to the drag list box.
nItem
Identifier of the icon item to be drawn.
Return Values
This function does not return a value.