Sets the window’s frame rectangle by reading the rectangle data stored under a given name from the defaults system. Can operate on nonresizable windows.
Original signature is '- (BOOL)setFrameUsingName:(NSString *)frameName force:(BOOL)force'
Available in Mac OS X v10.0 and later.


YES when frameName is read and the frame is set successfully; otherwise,NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)