| Table of Contents | ||
|
|
||
| GetHeight | ||
|
Purpose Finds the height of the button |
||
|
Protoype int CButtonMngr::GetHeight (string str_button) |
||
|
Parameters
|
||
|
Description This function queries the button object whose ID is passed in with str_button and extracts the height of the button. |
||
|
Use CButtonMngr button; int height = button.GetHeight("my_button");
|
||
|
|
||
|