Button_GetTextLength
Gets the number of characters in the text of a button.
Syntax
int Button_GetTextLength(
HWND hwndCtl
);
Parameters
- hwndCtl
A handle to the button control.
Return Value
The length, in characters, of the button text.
Remarks
The macro expands to a call to GetWindowTextLength.
Macro Information
- Header Declared in Windowsx.h
- Minimum operating systems Windows 95, Windows NT 3.1