| Previous | Next | |
Windows: Flash 8 or 9 AS2.0 SWF + mProjector
3.0; Windows NT Support: Flash 7 SWF + mProjector
2.0;
Macintosh: Not Applicable
mWindow.setDockRectangle(left:Number, top:Number, right:Number, bottom:Number) : Voidleft - Left edge of the dock rectangle.
top - Top edge of the dock rectangle.
right - Right edge of the dock rectangle.
bottom - Bottom edge of the dock rectangle.
Nothing.
Method; Sets a window's dock rectangle. This method is used to allow a window to dock at the desktop edges. To exclude an edge from docking, you should specify a negative number.
The following example sets a window's docking rectangle.
var Size = mWindow.getSize(); mWindow.setDockRectangle(0,0,Size.x,Size.y);
| Questions or Feedback? | Previous | Next |