#include “BiAnno.h”
long CALLBACK AnnoUIGetMode( INT_PTR pAnno );
Description
Returns the state of the user interface handler.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
Return value
long mode
Programming Notes
It can be used when updating toolbar/menu objects
Code Example
None