Table of Contents

 
GetHeight
 

Purpose

Finds the height of the button

 

Protoype

int CButtonMngr::GetHeight (string str_button)
 

Parameters

button the ID of the button to query
 

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");
 

Prev: GetCaption
Next: GetIcon