SECEditController::GetLineCount
intSECEditController::GetLineCount(void)
Retrieves the number of lines.
Defined in: SECEditControllerCEditEmul.cpp
Return Value
An integer containing the number of lines. If no text has been entered into the edit control, the return value is 1 (there is always at least one line).
Developer Notes
This method is provided as a part of the Objective Edit CEdit compatiblity layer.See Also