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