Visit Gigasoft's Web Site
 ProEssentials v9 Help

AllowMaximization

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

Type

Boolean/Int32

Default

TRUE

.NET

PeUserInterface.Allow.Maximization

Ocx|Vcl

AllowMaximization

DLL

PEP_bALLOWMAXIMIZATION

 

Purpose

This property controls whether the user will have access to maximizing the object.

 

Setting

Description

TRUE

User can maximize object.

FALSE

User can not maximize object.

 

Comments

PeUserInterface.Allow.Maximization members of Pego.PeUserInterface.Allow, Pesgo.PeUserInterface.Allow, Pepso.PeUserInterface.Allow, Pe3do.PeUserInterface.Allow, Pepco.PeUserInterface.Allow

 

Note that maximizing creates a copy of the object. This was done so that the original object could still receive data within a real-time implementation. However, this also means there is no feedback between the maximized object and your program. If you want to have hot-spots function within a maximized control, you will have to maximize the control yourself within your application. C/C++ users can use MoveWindow and Visual Basic/Delphi developers can adjust the width/height type properties.

 

See Also: PElaunchmaximize, AllowCustomization, AllowPopup, AllowExporting.