#include “BiAnno.h”
void OnUpdateColor( CCmdUI* pCmdUI, long lColor );
void OnUpdateLineType( CCmdUI* pCmdUI, long lLineType );
void OnUpdateObject( CCmdUI* pCmdUI, long lType );
void OnUpdateFont( CCmdUI* pCmdUI );
void OnUpdateLine( CCmdUI* pCmdUI );
void OnUpdateSelect( CCmdUI* pCmdUI );
void OnUpdateSaveLoad( CCmdUI* pCmdUI );
Description
This function updates the user interface objects, check and enable/disable menu items and toolbar buttons.
Parameters
|
long |
lColor |
The color number assigned to the UI object (A_RED, etc.) |
|
long |
lLineType |
The line type assigned to the UI object |
|
long |
lType |
(A_SIMPLE, A_ARROW, etc.) |
Return value
None
Programming Notes
None
Code Example
None