#include “BiAnno.h”
BYTE CALLBACK AnnoUIGetUserMode( INT_PTR pAnno )
Description
This function retrieves the current user mode.
Parameters
|
INT_PTR |
PAnno |
Annotation handle |
Return value
A_MODE_DESIGN or A_MODE_RUN.
Programming Notes
Available user modes: A_MODE_RUN, A_MODE_DESIGN.
You can create, delete, modify annotations or modify properties of annotation object in design mode. The design mode capabilities are unavailable in run mode. You can use hyperlinks in run mode.
Code Example
None