Visit Gigasoft's Web Site
 ProEssentials v9 Help

CustomMenuLocation

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Property Array of type Int32

Default

PECML_TOP (0)

.NET

PeUserInterface.Menu.CustomMenuLocation

Ocx|Vcl

CustomMenuLocation

DLL

PEP_naCUSTOMMENULOCATION

 

Purpose

This property controls the placement of a menu item within the popup menu.

 

.NET Gigasoft.Enums.

ActiveX and

 

CustomMenuLocation.

DLL Constants

Description

Top

PECML_TOP (0)

Top of popup menu

AboveSeparator

PECML_ABOVE_SEPARATOR (1)

Above Separator

BelowSeparator

PECML_BELOW_SEPARATOR (2)

Below Separator

Bottom

PECML_BOTTOM (3)

Bottom

 

VCL Enumerations:

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

eCustomMenuLocation = (xTopOfMenu, xAboveSeparator, xBelowSeparator, xBottomOfMenu);

 

Comments

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

 

See Common Question 38 for more info on custom menus.