Programming |  Windows Programming |  Button_GetTextLength

Button_GetTextLength

Gets the number of characters in the text of a button.

Syntax

    int Button_GetTextLength(
        HWND hwndCtl
    );

Parameters

Return Value

The length, in characters, of the button text.

Remarks

The macro expands to a call to GetWindowTextLength.

Macro Information