All Cadcorp SIS API Methods

ShowMenu

Description

Set the visibility of the main menu. By default the main menu is visible.

Syntax

Visual Basic
Public Function ShowMenu( _
   ByVal bShow As Integer, _
) As Integer

Parameters

bShow
True    Show the main menu.
False    Hide the main menu.

Remarks

Available: D MD

Group:

Example

sis.ShowMenu (False)

Hides the main menu