Widget.isDocked

Availability

Flash Player 7 + TheSpringBox V1

Usage

Widget.isDocked:Boolean

Description

Read-only property; a boolean describing whether or not the Widget is docked to the side of the screen.

Example

The following example shows how you might use the isDocked property.

if(Widget.isDocked) {
  // Do Something.
}