#include “BiAnno.h”
BOOL CALLBACK AnnoUISetUserMode( INT_PTR pAnno, BYTE byMode)
Description
This function specifies the user mode.
Parameters
|
INT_PTR |
PAnno |
Annotation handle |
|
BYTE |
byMode |
User mode (A_MODE_RUN, A_MODE_DESIGN) |
Return value
TRUE on success, otherwise FALSE.
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