DropPanel.isVisibleArea

Syntax

isVisibleArea(top: Number, left: Number, doNotConsiderBorderValues: Boolean)

Parameters

top Top coordinate of the component.

left. Left coordinate of the component.

doNotConsiderBorderValues. The parameter that determines whether the control over the minimal/maximal sizes of the component is necessary.

Description

The isVisibleArea method determines whether the visible area includes the drop-down part.

Comments

The method is applied on creating of the menu.

See also:

DropPanel