| Table of Contents | ||
|
|
||
| IsSelected | ||
|
Purpose Determines whether there is text selected or not |
||
|
Protoype bool CTextMngr::IsSelected() |
||
|
Description This function returns TRUE if a text object is selected and FALSE otherwise. |
||
|
Use CTextMngr text; if (text.IsSelected())
// we have selected text
|
||
|
|
||
|