DropPanel.show

Syntax

show (left: Number, top: Number, notCreateFrame: Boolean)

Parameters

left. Left coordinate of the component;

top. Top coordinate of the component;

notCreateFrame. Parameter that determines whether the panel frame is created.  If the property is set to True the frame is not created. By default the parameter is set to False.

Description

The show method expands the panel.

Example

The example of method use is given in the Example of Creating the DropPanel Component page.

See also:

DropPanel