Table of Contents

 
RemoveAll
 

Purpose

Clears the manager of all buttons

 

Protoype

void CButtonMngr::RemoveAll ()
 

Description

This button removes all button and hotspot objects from the manager.

 

Use

CButtonMngr button;
button.RemoveAll();
 

Prev: PlaceButton