CAnnoData::EnableUI

#include “BiAnno.h”

void EnableUI( BOOL bBool );

Description

Returns the background bitmap handle with the annotation objects on it.

Parameters

BOOL

bBool

Set to FALSE to force the UpdateXXX functions to disable the UI objects

Return value

None

Programming Notes

Used when the application has more than one working mode and some modes are required to disable the Annotation menus/buttons.

Code Example

None