Class Hierarchy:
DFBaseToolPanel

FloatingPanel


cStatusPanelDirect Known Subclasses:
cProcessStatusPanel,
Class Definition
Properties
boolean
pbCancel
Functions and Procedures

Activate()
Send this message to start the panel

Close_Panel()
note close panel does not actually close the panel. It just sets pbCancel to True, informing the
process using this that it wants to close. It is then up the process close the panel.

Construct_Object()

Deactivate()
Send this message to stop the panel

Deactivate_Group()
this is private and required. Never send this.

ProcessEvents()
This allows the panel to paint when used in a tight loop, which is what status panels are
used for. Any time you update the panel or wish to check for a cancel, you should call this.
References (1):