Edit_SetHilite macro (commctrl.h)
This macro is not implemented.
C++
void Edit_SetHilite(
HWND hwndCtl,
int ichStart,
int ichEnd
);
hwndCtl
Type: HWND
A handle to the edit control.
ichStart
Type: int
The index of the first character that is highlighted.
ichEnd
Type: int
The index of the last character that is highlighted.
None
Requirement | Value |
---|---|
Target Platform | Windows |
Header | commctrl.h |