Causes the receiver to open on the specified edge of the parent window.
Original signature is '- (void)openOnEdge:(NSRectEdge)edge'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void OpenOnEdge( NSRectEdge edge )
Public Overridable Sub OpenOnEdge ( _ edge As NSRectEdge _ )
public: virtual void OpenOnEdge( NSRectEdge edge )

- edge (NSRectEdge)
- The edge of the parent window on which to open the receiver. See “Constants” for a list of edge constants and locations.

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