#include “BiAnno.h”
void CALLBACK AnnoUIEnableDrawFrames( INT_PTR pAnno, BOOL b );
Description
Enables the user interface handler to draw drag marks and frames when dragging.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
BOOL |
b |
TRUE to enable |
Return value
None
Programming Notes
None
Code Example
None