Editor_GetSelLength¶
Retrieves the length of the selected text. You can use this inline function or explicitly send the EE_GET_SEL_LENGTH message.
nLen = Editor_GetSelLength( HWND hwnd ); hwnd Specifies the window handle of the view or frame of EmEditor. The return value is the length of the selected text. If the length is larger than LONG_MAX, the return value becomes LONG_MAX. Supported in EmEditor Professional Version 26.1 or later.Parameters¶
Return Values¶
Version¶