MonoMac.AppKit.NSDrawer Members

The members of MonoMac.AppKit.NSDrawer are listed below.

See Also: Inherited members from MonoMac.AppKit.NSResponder

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
ContentSizeSystem.Drawing.SizeF. Documentation for this section has not yet been entered.
ContentViewNSView. Documentation for this section has not yet been entered.
DelegateNSDrawerDelegate. An instance of the MonoMac.AppKit.NSDrawerDelegate model class which acts as the class delegate.
DrawerShouldCloseDrawerShouldCloseDelegate. Delegate invoked by the object to get a value.
DrawerShouldOpenDrawerShouldOpenDelegate. Delegate invoked by the object to get a value.
DrawerWillResizeContentsDrawerWillResizeContentsDelegate. Delegate invoked by the object to get a value.
[read-only]
EdgeNSRectEdge. Documentation for this section has not yet been entered.
LeadingOffsetfloat. Documentation for this section has not yet been entered.
MaxContentSizeSystem.Drawing.SizeF. Documentation for this section has not yet been entered.
MinContentSizeSystem.Drawing.SizeF. Documentation for this section has not yet been entered.
ParentWindowNSWindow. Documentation for this section has not yet been entered.
PreferredEdgeNSRectEdge. Documentation for this section has not yet been entered.
[read-only]
StateNSDrawerState. Documentation for this section has not yet been entered.
TrailingOffsetfloat. Documentation for this section has not yet been entered.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

Close(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
Open(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
OpenOnEdge(NSRectEdge)
Documentation for this section has not yet been entered.
Toggle(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSDrawer object.

Public Events

DrawerDidCloseEvent raised by the object.
DrawerDidOpenEvent raised by the object.
DrawerWillCloseEvent raised by the object.
DrawerWillOpenEvent raised by the object.