Visit Gigasoft's Web Site
 ProEssentials v9 Help

CustomMenu

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Int32

Default

PEMC_SHOW

.NET

PeUserInterface.Menu.CustomMenu

Ocx|Vcl

CustomMenu

DLL

PEP_naCUSTOMMENU

 

Purpose

This property controls the visibility of a Custom Menu item.

 

.NET Gigasoft.Enums.

ActiveX and

 

CustomMenu.

DLL Constants

Description

Show

PECM_SHOW (0)

Show Menu

Grayed

PECM_GRAYED (1)

Displays text but not available for selection

Hide

PECM_HIDE (2)

Hide Menu

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).

eCustomMenu = (xShowCustomMenu, xGrayCustomMenu, xHideCustomMenu);

 

Comments

PeUserInterface.Menu.CustomMenu members of Pego.PeUserInterface.Menu, Pesgo.PeUserInterface.Menu, Pe3do.PeUserInterface.Menu, Pepso.PeUserInterface.Menu, Pepco.PeUserInterface.Menu

 

See example 127 or see Common Question 38 for more info on custom menus.