
Flash Player 7 + TheSpringBox V1
Widget.isDocked:Boolean
Read-only property; a boolean describing whether or not the Widget is docked to the side of the screen.
The following example shows how you might use the isDocked property.
if(Widget.isDocked) {
// Do Something.
}