SilverScreen Solid Modeler

on_update_sdc_menu_command_ui

on_update_sdc_menu_command_ui

Previous topic Next topic  

on_update_sdc_menu_command_ui

Previous topic Next topic JavaScript is required for the print function  

 

SilverEngineEllipse

 

BOOL on_update_sdc_menu_command_ui(CCmdUI *pCmdUI);

 

CCmdUI *pCmdUI;   // A pointer to a Win32 Command UI handler

 

 

 




Synopsis

#include "silver.h"

 

The on_update_sdc_menu_command_ui function is used to pass a command ui message to SilverEngine for handling if it has a menu active, for instance a pop-up menu while picking.

 

 

Parameters

pCmdUI is a pionter to a Win32 Command UI handler

 

 

Return Value

on_update_sdc_menu_command_ui returns TRUE if SilverEngine has an interactive menu active and the message was handled, and FALSE otherwise

 

 

See Also

on_sdc_menu_command

 

 

Example

See on_sdc_menu_command for an example