tsc_MenuItem

This control is for use in tsc_WizardMenus.  It will create a button with the specified text.

If you use these you will need to subclass the wizard menu to handle the clicks as this control receives no special treatment from the wizard menu.  Please call the base functionaility in your handlers first so that the base class behaviour is retained.

By default a menu item will surrender its place in the layout of the tsc_WizardMenu when it is not visible.  You can request that hidden menu items retain their place in the layout to avoid gaps by using the Retain Position functions:

void RetainPositionWhenInvisible(bool retain);

bool RetainPositionWhenInvisible() const;