Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |