Show

This command will show or hide the menu strip.

Group: Menu Strip Extensions


Syntax:

MenuStrip.Show(bShow)

bShow            (Boolean) Set to True of False to show or hide the menu strip

Example:

MenuStrip.Show(False) ' hides the menu strip

MenuStrip.Show(True)  ' shows the menu strip

Supported Versions:  RFgen 5.0 and newer.