Share via


NSOpenPanel Class

Definition

[Foundation.Register("NSOpenPanel", true)]
public class NSOpenPanel : AppKit.NSSavePanel
[<Foundation.Register("NSOpenPanel", true)>]
type NSOpenPanel = class
    inherit NSSavePanel
Inheritance
Attributes

Constructors

Name Description
NSOpenPanel()
NSOpenPanel(NativeHandle)

A constructor used when creating managed representations of unmanaged objects. Called by the runtime.

NSOpenPanel(NSCoder)

A constructor that initializes the object from the data stored in the unarchiver object.

NSOpenPanel(NSObjectFlag)

Constructor to call on derived classes to skip initialization and merely allocate the object.

Properties

Name Description
AcceptsMouseMovedEvents (Inherited from NSWindow)
AccessibilityActivationPoint (Inherited from NSWindow)
AccessibilityAllowedValues (Inherited from NSWindow)
AccessibilityAlternateUIVisible (Inherited from NSWindow)
AccessibilityApplicationFocusedUIElement (Inherited from NSWindow)
AccessibilityAttributedUserInputLabels (Inherited from NSWindow)
AccessibilityCancelButton (Inherited from NSWindow)
AccessibilityChildren (Inherited from NSWindow)
AccessibilityChildrenInNavigationOrder (Inherited from NSWindow)
AccessibilityClearButton (Inherited from NSWindow)
AccessibilityCloseButton (Inherited from NSWindow)
AccessibilityColumnCount (Inherited from NSWindow)
AccessibilityColumnHeaderUIElements (Inherited from NSWindow)
AccessibilityColumnIndexRange (Inherited from NSWindow)
AccessibilityColumns (Inherited from NSWindow)
AccessibilityColumnTitles (Inherited from NSWindow)
AccessibilityContents (Inherited from NSWindow)
AccessibilityCriticalValue (Inherited from NSWindow)
AccessibilityCustomActions (Inherited from NSWindow)
AccessibilityCustomRotors (Inherited from NSWindow)
AccessibilityDecrementButton (Inherited from NSWindow)
AccessibilityDefaultButton (Inherited from NSWindow)
AccessibilityDisclosed (Inherited from NSWindow)
AccessibilityDisclosedByRow (Inherited from NSWindow)
AccessibilityDisclosedRows (Inherited from NSWindow)
AccessibilityDisclosureLevel (Inherited from NSWindow)
AccessibilityDocument (Inherited from NSWindow)
AccessibilityEdited (Inherited from NSWindow)
AccessibilityElement (Inherited from NSWindow)
AccessibilityEnabled (Inherited from NSWindow)
AccessibilityExpanded (Inherited from NSWindow)
AccessibilityExtrasMenuBar (Inherited from NSWindow)
AccessibilityFilename (Inherited from NSWindow)
AccessibilityFocused (Inherited from NSWindow)
AccessibilityFocusedWindow (Inherited from NSWindow)
AccessibilityFrame (Inherited from NSWindow)
AccessibilityFrontmost (Inherited from NSWindow)
AccessibilityFullScreenButton (Inherited from NSWindow)
AccessibilityGrowArea (Inherited from NSWindow)
AccessibilityHandles (Inherited from NSWindow)
AccessibilityHeader (Inherited from NSWindow)
AccessibilityHelp (Inherited from NSWindow)
AccessibilityHidden (Inherited from NSWindow)
AccessibilityHorizontalScrollBar (Inherited from NSWindow)
AccessibilityHorizontalUnitDescription (Inherited from NSWindow)
AccessibilityHorizontalUnits (Inherited from NSWindow)
AccessibilityIdentifier (Inherited from NSWindow)
AccessibilityIncrementButton (Inherited from NSWindow)
AccessibilityIndex (Inherited from NSWindow)
AccessibilityInsertionPointLineNumber (Inherited from NSWindow)
AccessibilityLabel (Inherited from NSWindow)
AccessibilityLabelUIElements (Inherited from NSWindow)
AccessibilityLabelValue (Inherited from NSWindow)
AccessibilityLinkedUIElements (Inherited from NSWindow)
AccessibilityMain (Inherited from NSWindow)
AccessibilityMainWindow (Inherited from NSWindow)
AccessibilityMarkerGroupUIElement (Inherited from NSWindow)
AccessibilityMarkerTypeDescription (Inherited from NSWindow)
AccessibilityMarkerUIElements (Inherited from NSWindow)
AccessibilityMarkerValues (Inherited from NSWindow)
AccessibilityMaxValue (Inherited from NSWindow)
AccessibilityMenuBar (Inherited from NSWindow)
AccessibilityMinimizeButton (Inherited from NSWindow)
AccessibilityMinimized (Inherited from NSWindow)
AccessibilityMinValue (Inherited from NSWindow)
AccessibilityModal (Inherited from NSWindow)
AccessibilityNextContents (Inherited from NSWindow)
AccessibilityNumberOfCharacters (Inherited from NSWindow)
AccessibilityOrderedByRow (Inherited from NSWindow)
AccessibilityOrientation (Inherited from NSWindow)
AccessibilityOverflowButton (Inherited from NSWindow)
AccessibilityParent (Inherited from NSWindow)
AccessibilityPlaceholderValue (Inherited from NSWindow)
AccessibilityPreviousContents (Inherited from NSWindow)
AccessibilityProtectedContent (Inherited from NSWindow)
AccessibilityProxy (Inherited from NSWindow)
AccessibilityRequired (Inherited from NSWindow)
AccessibilityRole (Inherited from NSWindow)
AccessibilityRoleDescription (Inherited from NSWindow)
AccessibilityRowCount (Inherited from NSWindow)
AccessibilityRowHeaderUIElements (Inherited from NSWindow)
AccessibilityRowIndexRange (Inherited from NSWindow)
AccessibilityRows (Inherited from NSWindow)
AccessibilityRulerMarkerType (Inherited from NSWindow)
AccessibilitySearchButton (Inherited from NSWindow)
AccessibilitySearchMenu (Inherited from NSWindow)
AccessibilitySelected (Inherited from NSWindow)
AccessibilitySelectedCells (Inherited from NSWindow)
AccessibilitySelectedChildren (Inherited from NSWindow)
AccessibilitySelectedColumns (Inherited from NSWindow)
AccessibilitySelectedRows (Inherited from NSWindow)
AccessibilitySelectedText (Inherited from NSWindow)
AccessibilitySelectedTextRange (Inherited from NSWindow)
AccessibilitySelectedTextRanges (Inherited from NSWindow)
AccessibilityServesAsTitleForUIElements (Inherited from NSWindow)
AccessibilitySharedCharacterRange (Inherited from NSWindow)
AccessibilitySharedFocusElements (Inherited from NSWindow)
AccessibilitySharedTextUIElements (Inherited from NSWindow)
AccessibilityShownMenu (Inherited from NSWindow)
AccessibilitySortDirection (Inherited from NSWindow)
AccessibilitySplitters (Inherited from NSWindow)
AccessibilitySubrole (Inherited from NSWindow)
AccessibilityTabs (Inherited from NSWindow)
AccessibilityTitle (Inherited from NSWindow)
AccessibilityTitleUIElement (Inherited from NSWindow)
AccessibilityToolbarButton (Inherited from NSWindow)
AccessibilityTopLevelUIElement (Inherited from NSWindow)
AccessibilityUnitDescription (Inherited from NSWindow)
AccessibilityUnits (Inherited from NSWindow)
AccessibilityUrl (Inherited from NSWindow)
AccessibilityUserInputLabels (Inherited from NSWindow)
AccessibilityValue (Inherited from NSWindow)
AccessibilityValueDescription (Inherited from NSWindow)
AccessibilityVerticalScrollBar (Inherited from NSWindow)
AccessibilityVerticalUnitDescription (Inherited from NSWindow)
AccessibilityVerticalUnits (Inherited from NSWindow)
AccessibilityVisibleCells (Inherited from NSWindow)
AccessibilityVisibleCharacterRange (Inherited from NSWindow)
AccessibilityVisibleChildren (Inherited from NSWindow)
AccessibilityVisibleColumns (Inherited from NSWindow)
AccessibilityVisibleRows (Inherited from NSWindow)
AccessibilityWarningValue (Inherited from NSWindow)
AccessibilityWindow (Inherited from NSWindow)
AccessibilityWindows (Inherited from NSWindow)
AccessibilityZoomButton (Inherited from NSWindow)
AccessoryView (Inherited from NSSavePanel)
AllowedContentTypes (Inherited from NSSavePanel)
AllowedFileTypes (Inherited from NSSavePanel)
AllowsConcurrentViewDrawing (Inherited from NSWindow)
AllowsMultipleSelection
AllowsOtherFileTypes (Inherited from NSSavePanel)
AllowsToolTipsWhenApplicationIsInactive (Inherited from NSWindow)
AlphaValue (Inherited from NSWindow)
AnimationBehavior (Inherited from NSWindow)
Animations (Inherited from NSWindow)
Animator (Inherited from NSWindow)
Appearance (Inherited from NSWindow)
AppearanceSource (Inherited from NSWindow)
AreCursorRectsEnabled (Inherited from NSWindow)
AspectRatio (Inherited from NSWindow)
AttachedSheet (Inherited from NSWindow)
Autodisplay (Inherited from NSWindow)
AutorecalculatesKeyViewLoop (Inherited from NSWindow)
BackgroundColor (Inherited from NSWindow)
BackingLocation (Inherited from NSWindow)
BackingScaleFactor (Inherited from NSWindow)
BackingType (Inherited from NSWindow)
BecomesKeyOnlyIfNeeded (Inherited from NSPanel)
CanBecomeKeyWindow (Inherited from NSWindow)
CanBecomeMainWindow (Inherited from NSWindow)
CanBecomeVisibleWithoutLogin (Inherited from NSWindow)
CanChooseDirectories
CanChooseFiles
CanCreateDirectories (Inherited from NSSavePanel)
CanHide (Inherited from NSWindow)
CanSelectHiddenExtension (Inherited from NSSavePanel)
CanStoreColor (Inherited from NSWindow)
CascadingReferenceFrame (Inherited from NSWindow)
ChildWindows (Inherited from NSWindow)
Class (Inherited from NSObject)
ClassHandle

The Objective-C class handle for this class.

CollectionBehavior (Inherited from NSWindow)
ColorSpace (Inherited from NSWindow)
CompareFilenames (Inherited from NSSavePanel)
ContentAspectRatio (Inherited from NSWindow)
ContentLayoutGuide (Inherited from NSWindow)
ContentLayoutRect (Inherited from NSWindow)
ContentMaxSize (Inherited from NSWindow)
ContentMinSize (Inherited from NSWindow)
ContentResizeIncrements (Inherited from NSWindow)
ContentView (Inherited from NSWindow)
ContentViewController (Inherited from NSWindow)
CurrentContentType (Inherited from NSSavePanel)
CustomWindowsToEnterFullScreen (Inherited from NSWindow)
CustomWindowsToExitFullScreen (Inherited from NSWindow)
DangerousReleasedWhenClosed (Inherited from NSWindow)
DebugDescription (Inherited from NSObject)
DeepestScreen (Inherited from NSWindow)
DefaultButtonCell (Inherited from NSWindow)
Delegate (Inherited from NSSavePanel)
DepthLimit (Inherited from NSWindow)
Description (Inherited from NSObject)
DeviceDescription (Inherited from NSWindow)
Directory (Inherited from NSSavePanel)
DirectoryUrl (Inherited from NSSavePanel)
DisplaysWhenScreenProfileChanges (Inherited from NSWindow)
DockTile (Inherited from NSWindow)
DocumentEdited (Inherited from NSWindow)
EffectiveAppearance (Inherited from NSWindow)
ExcludedFromWindowsMenu (Inherited from NSWindow)
ExposedBindings (Inherited from NSObject)
ExtensionHidden (Inherited from NSSavePanel)
Filename (Inherited from NSSavePanel)
Filenames
FirstResponder (Inherited from NSWindow)
FloatingPanel (Inherited from NSPanel)
FlushWindowDisabled (Inherited from NSWindow)
Frame (Inherited from NSWindow)
FrameAutosaveName (Inherited from NSWindow)
GetDisplayName (Inherited from NSSavePanel)
GetWindowForSharingRequest (Inherited from NSWindow)
GraphicsContext (Inherited from NSWindow)
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from NSObject)
HasActiveWindowSharingSession (Inherited from NSWindow)
HasDynamicDepthLimit (Inherited from NSWindow)
HasShadow (Inherited from NSWindow)
HidesOnDeactivate (Inherited from NSWindow)
Identifier (Inherited from NSSavePanel)
IgnoresMouseEvents (Inherited from NSWindow)
InitialFirstResponder (Inherited from NSWindow)
InLiveResize (Inherited from NSWindow)
IsDirectBinding (Inherited from NSObject)
IsExpanded (Inherited from NSSavePanel)
IsKeyWindow (Inherited from NSWindow)
IsMainWindow (Inherited from NSWindow)
IsMiniaturized (Inherited from NSWindow)
IsMovable (Inherited from NSWindow)
IsOnActiveSpace (Inherited from NSWindow)
IsOneShot (Inherited from NSWindow)
IsOpaque (Inherited from NSWindow)
IsProxy (Inherited from NSObject)
IsSheet (Inherited from NSWindow)
IsValidFilename (Inherited from NSSavePanel)
IsVisible (Inherited from NSWindow)
IsZoomed (Inherited from NSWindow)
Level (Inherited from NSWindow)
MaxFullScreenContentSize (Inherited from NSWindow)
MaxSize (Inherited from NSWindow)
Menu (Inherited from NSResponder)
Message (Inherited from NSSavePanel)
MinFullScreenContentSize (Inherited from NSWindow)
MiniWindowImage (Inherited from NSWindow)
MiniWindowTitle (Inherited from NSWindow)
MinSize (Inherited from NSWindow)
MouseLocationOutsideOfEventStream (Inherited from NSWindow)
MovableByWindowBackground (Inherited from NSWindow)
NameFieldLabel (Inherited from NSSavePanel)
NameFieldStringValue (Inherited from NSSavePanel)
NextResponder (Inherited from NSResponder)
OcclusionState (Inherited from NSWindow)
OpenPanel
ParentWindow (Inherited from NSWindow)
PreferredBackingLocation (Inherited from NSWindow)
PreservesContentDuringLiveResize (Inherited from NSWindow)
PreventsApplicationTerminationWhenModal (Inherited from NSWindow)
Prompt (Inherited from NSSavePanel)
ReleasedWhenClosed
Obsolete.
(Inherited from NSWindow)
RepresentedFilename (Inherited from NSWindow)
RepresentedUrl (Inherited from NSWindow)
RequiredFileType (Inherited from NSSavePanel)
ResizeFlags (Inherited from NSWindow)
ResizeIncrements (Inherited from NSWindow)
ResolvesAliases
Restorable (Inherited from NSWindow)
RestorationClass (Inherited from NSWindow)
RetainCount (Inherited from NSObject)
Screen (Inherited from NSWindow)
Self (Inherited from NSObject)
SharingType (Inherited from NSWindow)
SheetParent (Inherited from NSWindow)
Sheets (Inherited from NSWindow)
ShouldDragDocumentWithEvent (Inherited from NSWindow)
ShouldEnableUrl (Inherited from NSSavePanel)
ShouldPopUpDocumentPathMenu (Inherited from NSWindow)
ShouldShowFilename (Inherited from NSSavePanel)
ShouldZoom (Inherited from NSWindow)
ShowsContentTypes (Inherited from NSSavePanel)
ShowsHiddenFiles (Inherited from NSSavePanel)
ShowsResizeIndicator (Inherited from NSWindow)
ShowsTagField (Inherited from NSSavePanel)
ShowsToolbarButton (Inherited from NSWindow)
StyleMask (Inherited from NSWindow)
Subtitle (Inherited from NSWindow)
Superclass (Inherited from NSObject)
SuperHandle

Handle used to represent the methods in the base class for this NSObject.

(Inherited from NSObject)
Tab (Inherited from NSWindow)
TabbedWindows (Inherited from NSWindow)
TabbingIdentifier (Inherited from NSWindow)
TabbingMode (Inherited from NSWindow)
TabGroup (Inherited from NSWindow)
TagNames (Inherited from NSSavePanel)
Title (Inherited from NSSavePanel)
TitlebarAccessoryViewControllers (Inherited from NSWindow)
TitlebarAppearsTransparent (Inherited from NSWindow)
TitlebarSeparatorStyle (Inherited from NSWindow)
TitleVisibility (Inherited from NSWindow)
Toolbar (Inherited from NSWindow)
ToolbarStyle (Inherited from NSWindow)
TouchBar (Inherited from NSResponder)
TreatsFilePackagesAsDirectories (Inherited from NSSavePanel)
Url (Inherited from NSSavePanel)
Urls
UserActivity (Inherited from NSResponder)
UserEnteredFilename (Inherited from NSSavePanel)
UserSpaceScaleFactor (Inherited from NSWindow)
ValidateUrl (Inherited from NSSavePanel)
ViewsNeedDisplay (Inherited from NSWindow)
WeakDelegate (Inherited from NSSavePanel)
WillPositionSheet (Inherited from NSWindow)
WillResize (Inherited from NSWindow)
WillResizeForVersionBrowser (Inherited from NSWindow)
WillReturnFieldEditor (Inherited from NSWindow)
WillReturnUndoManager (Inherited from NSWindow)
WillUseFullScreenContentSize (Inherited from NSWindow)
WillUseFullScreenPresentationOptions (Inherited from NSWindow)
WillUseStandardFrame (Inherited from NSWindow)
WindowController (Inherited from NSWindow)
WindowNumber (Inherited from NSWindow)
WindowRef (Inherited from NSWindow)
WindowShouldClose (Inherited from NSWindow)
WindowTitlebarLayoutDirection (Inherited from NSWindow)
WorksWhenModal (Inherited from NSPanel)
Zone (Inherited from NSObject)

Methods

Name Description
AcceptsFirstResponder() (Inherited from NSResponder)
AccessibilityPerformCancel() (Inherited from NSWindow)
AccessibilityPerformConfirm() (Inherited from NSWindow)
AccessibilityPerformDecrement() (Inherited from NSWindow)
AccessibilityPerformDelete() (Inherited from NSWindow)
AccessibilityPerformIncrement() (Inherited from NSWindow)
AccessibilityPerformPick() (Inherited from NSWindow)
AccessibilityPerformPress() (Inherited from NSWindow)
AccessibilityPerformRaise() (Inherited from NSWindow)
AccessibilityPerformShowAlternateUI() (Inherited from NSWindow)
AccessibilityPerformShowDefaultUI() (Inherited from NSWindow)
AccessibilityPerformShowMenu() (Inherited from NSWindow)
AddChildWindow(NSWindow, NSWindowOrderingMode) (Inherited from NSWindow)
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr) (Inherited from NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) (Inherited from NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registers an object for being observed externally using an arbitrary method.

(Inherited from NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registers an object for being observed externally using an arbitrary method.

(Inherited from NSObject)
AddTabbedWindow(NSWindow, NSWindowOrderingMode) (Inherited from NSWindow)
AddTitlebarAccessoryViewController(NSTitlebarAccessoryViewController) (Inherited from NSWindow)
AnimationFor(NSString) (Inherited from NSWindow)
AnimationResizeTime(CGRect) (Inherited from NSWindow)
AutorecalculatesContentBorderThickness(NSRectEdge) (Inherited from NSWindow)
AwakeFromNib() (Inherited from NSObject)
BackingAlignedRect(CGRect, NSAlignmentOptions) (Inherited from NSWindow)
BecomeFirstResponder() (Inherited from NSResponder)
BecomeKeyWindow() (Inherited from NSWindow)
BecomeMainWindow() (Inherited from NSWindow)
Begin(NSSavePanelComplete) (Inherited from NSSavePanel)
Begin(String, String, NSWindow, NSObject, Selector, IntPtr) (Inherited from NSSavePanel)
Begin(String, String, String[], NSObject, Selector, IntPtr)
BeginCriticalSheet(NSWindow, Action<IntPtr>) (Inherited from NSWindow)
BeginDraggingSession(NSDraggingItem[], NSEvent, INSDraggingSource) (Inherited from NSWindow)
BeginGestureWithEvent(NSEvent) (Inherited from NSResponder)
BeginInvokeOnMainThread(Action) (Inherited from NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

Invokes asynchrously the specified code on the main UI thread.

(Inherited from NSObject)
BeginSheet(NSWindow, Action<IntPtr>) (Inherited from NSWindow)
BeginSheet(NSWindow, NSSavePanelComplete) (Inherited from NSSavePanel)
BeginSheet(String, String, String[], NSWindow, Action)
BeginSheet(String, String, String[], NSWindow, NSObject, Selector, IntPtr)
BeginSheet(String, String, String[], NSWindow)
Bind(NSString, NSObject, String, NSBindingOptions) (Inherited from NSObject)
Bind(NSString, NSObject, String, NSDictionary) (Inherited from NSObject)
CacheImageInRect(CGRect) (Inherited from NSWindow)
Cancel(NSObject) (Inherited from NSSavePanel)
CanRepresentDisplayGamut(NSDisplayGamut) (Inherited from NSWindow)
CascadeTopLeftFromPoint(CGPoint) (Inherited from NSWindow)
Center() (Inherited from NSWindow)
ChangeMode(NSEvent) (Inherited from NSResponder)
Close() (Inherited from NSWindow)
CommitEditing() (Inherited from NSObject)
CommitEditing(NSObject, Selector, IntPtr) (Inherited from NSObject)
ConformsToProtocol(NativeHandle) (Inherited from NSObject)
ConstrainFrameRect(CGRect, NSScreen) (Inherited from NSWindow)
ContentBorderThicknessForEdge(NSRectEdge) (Inherited from NSWindow)
ContentRectFor(CGRect) (Inherited from NSWindow)
ContextMenuKeyDown(NSEvent) (Inherited from NSResponder)
ConvertBaseToScreen(CGPoint) (Inherited from NSWindow)
ConvertPointFromBacking(CGPoint) (Inherited from NSWindow)
ConvertPointFromScreen(CGPoint) (Inherited from NSWindow)
ConvertPointToBacking(CGPoint) (Inherited from NSWindow)
ConvertPointToScreen(CGPoint) (Inherited from NSWindow)
ConvertRectFromBacking(CGRect) (Inherited from NSWindow)
ConvertRectFromScreen(CGRect) (Inherited from NSWindow)
ConvertRectToBacking(CGRect) (Inherited from NSWindow)
ConvertRectToScreen(CGRect) (Inherited from NSWindow)
ConvertScreenToBase(CGPoint) (Inherited from NSWindow)
Copy() (Inherited from NSObject)
CurrentEvent() (Inherited from NSWindow)
CursorUpdate(NSEvent) (Inherited from NSResponder)
DangerousAutorelease()

Calls the 'autorelease' selector on this object.

(Inherited from NSObject)
DangerousRelease()

Calls the 'release' selector on this object.

(Inherited from NSObject)
DangerousRetain()

Calls the 'retain' selector on this object.

(Inherited from NSObject)
DataWithEpsInsideRect(CGRect) (Inherited from NSWindow)
DataWithPdfInsideRect(CGRect) (Inherited from NSWindow)
Deminiaturize(NSObject) (Inherited from NSWindow)
DidChange(NSKeyValueChange, NSIndexSet, NSString) (Inherited from NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (Inherited from NSObject)
DidChangeValue(String) (Inherited from NSObject)
DisableCursorRects() (Inherited from NSWindow)
DisableFlushWindow() (Inherited from NSWindow)
DisableKeyEquivalentForDefaultButtonCell() (Inherited from NSWindow)
DisableScreenUpdatesUntilFlush() (Inherited from NSWindow)
DisableSnapshotRestoration() (Inherited from NSWindow)
DiscardCachedImage() (Inherited from NSWindow)
DiscardCursorRects() (Inherited from NSWindow)
DiscardEventsMatchingMask(NSEventMask, NSEvent) (Inherited from NSWindow)
DiscardEventsMatchingMask(UIntPtr, NSEvent) (Inherited from NSWindow)
Display() (Inherited from NSWindow)
DisplayIfNeeded() (Inherited from NSWindow)
Dispose()

Releases the resources used by the NSObject object.

(Inherited from NSObject)
Dispose(Boolean) (Inherited from NSSavePanel)
DoesNotRecognizeSelector(Selector) (Inherited from NSObject)
DragImage(NSImage, CGPoint, CGSize, NSEvent, NSPasteboard, NSObject, Boolean) (Inherited from NSWindow)
EnableCursorRects() (Inherited from NSWindow)
EnableFlushWindow() (Inherited from NSWindow)
EnableKeyEquivalentForDefaultButtonCell() (Inherited from NSWindow)
EnableSnapshotRestoration() (Inherited from NSWindow)
EncodeRestorableState(NSCoder, NSOperationQueue) (Inherited from NSResponder)
EncodeRestorableState(NSCoder) (Inherited from NSResponder)
EncodeTo(NSCoder)

Encodes the state of the object using the provided encoder.

(Inherited from NSResponder)
EndEditingFor(NSObject) (Inherited from NSWindow)
EndGestureWithEvent(NSEvent) (Inherited from NSResponder)
EndSheet(NSWindow, NSModalResponse) (Inherited from NSWindow)
EndSheet(NSWindow) (Inherited from NSWindow)
Equals(NSObject) (Inherited from NSObject)
Equals(Object) (Inherited from NSObject)
FieldEditor(Boolean, NSObject) (Inherited from NSWindow)
FlagsChanged(NSEvent) (Inherited from NSResponder)
FlushBufferedKeyEvents() (Inherited from NSResponder)
FlushWindow() (Inherited from NSWindow)
FlushWindowIfNeeded() (Inherited from NSWindow)
FrameRectFor(CGRect) (Inherited from NSWindow)
GetAccessibilityAttributedString(NSRange) (Inherited from NSWindow)
GetAccessibilityCellForColumn(IntPtr, IntPtr) (Inherited from NSWindow)
GetAccessibilityFrame(NSRange) (Inherited from NSWindow)
GetAccessibilityLayoutForScreen(CGPoint) (Inherited from NSWindow)
GetAccessibilityLayoutForScreen(CGSize) (Inherited from NSWindow)
GetAccessibilityLine(IntPtr) (Inherited from NSWindow)
GetAccessibilityRange(CGPoint) (Inherited from NSWindow)
GetAccessibilityRange(IntPtr) (Inherited from NSWindow)
GetAccessibilityRangeForLine(IntPtr) (Inherited from NSWindow)
GetAccessibilityRtf(NSRange) (Inherited from NSWindow)
GetAccessibilityScreenForLayout(CGPoint) (Inherited from NSWindow)
GetAccessibilityScreenForLayout(CGSize) (Inherited from NSWindow)
GetAccessibilityString(NSRange) (Inherited from NSWindow)
GetAccessibilityStyleRange(IntPtr) (Inherited from NSWindow)
GetBindingInfo(NSString) (Inherited from NSObject)
GetBindingOptionDescriptions(NSString) (Inherited from NSObject)
GetBindingValueClass(NSString) (Inherited from NSObject)
GetDictionaryOfValuesFromKeys(NSString[]) (Inherited from NSObject)
GetDisplayLink(NSObject, Selector) (Inherited from NSWindow)
GetFrameAutosaveName() (Inherited from NSWindow)
GetHashCode()

Generates a hash code for the current instance.

(Inherited from NSObject)
GetMethodForSelector(Selector) (Inherited from NSObject)
GetNativeHash() (Inherited from NSObject)
GetNewWindowForTab(NSObject) (Inherited from NSResponder)
GState() (Inherited from NSWindow)
HelpRequested(NSEvent) (Inherited from NSResponder)
Init() (Inherited from NSObject)
InitializeHandle(NativeHandle, String) (Inherited from NSObject)
InitializeHandle(NativeHandle) (Inherited from NSObject)
InsertTitlebarAccessoryViewController(NSTitlebarAccessoryViewController, IntPtr) (Inherited from NSWindow)
InterpretKeyEvents(NSEvent[]) (Inherited from NSResponder)
InvalidateCursorRectsForView(NSView) (Inherited from NSWindow)
InvalidateRestorableState() (Inherited from NSResponder)
InvalidateShadow() (Inherited from NSWindow)
Invoke(Action, Double) (Inherited from NSObject)
Invoke(Action, TimeSpan) (Inherited from NSObject)
InvokeOnMainThread(Action) (Inherited from NSObject)
InvokeOnMainThread(Selector, NSObject)

Invokes synchrously the specified code on the main UI thread.

(Inherited from NSObject)
IsAccessibilitySelectorAllowed(Selector) (Inherited from NSWindow)
IsEqual(NSObject) (Inherited from NSObject)
IsKindOfClass(Class) (Inherited from NSObject)
IsMemberOfClass(Class) (Inherited from NSObject)
KeyDown(NSEvent) (Inherited from NSResponder)
KeyUp(NSEvent) (Inherited from NSResponder)
KeyViewSelectionDirection() (Inherited from NSWindow)
LayoutIfNeeded() (Inherited from NSWindow)
MagnifyWithEvent(NSEvent) (Inherited from NSResponder)
MakeFirstResponder(NSResponder) (Inherited from NSWindow)
MakeKeyAndOrderFront(NSObject) (Inherited from NSWindow)
MakeKeyWindow() (Inherited from NSWindow)
MakeMainWindow() (Inherited from NSWindow)
MarkDirty()

Promotes a regular peer object (IsDirectBinding is true) into a toggleref object.

(Inherited from NSObject)
MergeAllWindows(NSObject) (Inherited from NSWindow)
Miniaturize(NSObject) (Inherited from NSWindow)
MouseCancelled(NSEvent) (Inherited from NSResponder)
MouseDown(NSEvent) (Inherited from NSResponder)
MouseDragged(NSEvent) (Inherited from NSResponder)
MouseEntered(NSEvent) (Inherited from NSResponder)
MouseExited(NSEvent) (Inherited from NSResponder)
MouseMoved(NSEvent) (Inherited from NSResponder)
MouseUp(NSEvent) (Inherited from NSResponder)
MoveTabToNewWindow(NSObject) (Inherited from NSWindow)
MutableCopy() (Inherited from NSObject)
NextEventMatchingMask(NSEventMask, NSDate, String, Boolean) (Inherited from NSWindow)
NextEventMatchingMask(NSEventMask) (Inherited from NSWindow)
NextEventMatchingMask(UIntPtr, NSDate, String, Boolean) (Inherited from NSWindow)
NextEventMatchingMask(UIntPtr) (Inherited from NSWindow)
NoResponderFor(Selector) (Inherited from NSResponder)
ObjectDidEndEditing(NSObject) (Inherited from NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr) (Inherited from NSObject)
Ok(NSObject) (Inherited from NSSavePanel)
OrderBack(NSObject) (Inherited from NSWindow)
OrderFront(NSObject) (Inherited from NSWindow)
OrderFrontRegardless() (Inherited from NSWindow)
OrderOut(NSObject) (Inherited from NSWindow)
OrderWindow(NSWindowOrderingMode, IntPtr) (Inherited from NSWindow)
OtherMouseDown(NSEvent) (Inherited from NSResponder)
OtherMouseDragged(NSEvent) (Inherited from NSResponder)
OtherMouseUp(NSEvent) (Inherited from NSResponder)
PerformClose(NSObject) (Inherited from NSWindow)
PerformKeyEquivalent(NSEvent) (Inherited from NSResponder)
PerformMiniaturize(NSObject) (Inherited from NSWindow)
PerformSelector(Selector, NSObject, Double, NSString[]) (Inherited from NSObject)
PerformSelector(Selector, NSObject, Double) (Inherited from NSObject)
PerformSelector(Selector, NSObject, NSObject) (Inherited from NSObject)
PerformSelector(Selector, NSObject) (Inherited from NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) (Inherited from NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean) (Inherited from NSObject)
PerformSelector(Selector) (Inherited from NSObject)
PerformWindowDrag(NSEvent) (Inherited from NSWindow)
PerformZoom(NSObject) (Inherited from NSWindow)
PostEvent(NSEvent, Boolean) (Inherited from NSWindow)
PrepareForInterfaceBuilder() (Inherited from NSObject)
PresentError(NSError, NSWindow, NSObject, Selector, IntPtr) (Inherited from NSResponder)
PresentError(NSError) (Inherited from NSResponder)
PressureChange(NSEvent) (Inherited from NSResponder)
Print(NSObject) (Inherited from NSWindow)
QuickLook(NSEvent) (Inherited from NSResponder)
RecalculateKeyViewLoop() (Inherited from NSWindow)
RegisterForDraggedTypes(String[]) (Inherited from NSWindow)
ReleaseWhenClosed(Boolean) (Inherited from NSWindow)
RemoveChildWindow(NSWindow) (Inherited from NSWindow)
RemoveObserver(NSObject, NSString, IntPtr) (Inherited from NSObject)
RemoveObserver(NSObject, NSString) (Inherited from NSObject)
RemoveObserver(NSObject, String, IntPtr) (Inherited from NSObject)
RemoveObserver(NSObject, String) (Inherited from NSObject)
RemoveTitlebarAccessoryViewControllerAtIndex(IntPtr) (Inherited from NSWindow)
RequestSharingOfWindow(NSImage, String, Action<NSError>) (Inherited from NSWindow)
RequestSharingOfWindow(NSWindow, Action<NSError>) (Inherited from NSWindow)
RequestSharingOfWindowAsync(NSImage, String) (Inherited from NSWindow)
RequestSharingOfWindowAsync(NSWindow) (Inherited from NSWindow)
ResetCursorRects() (Inherited from NSWindow)
ResignFirstResponder() (Inherited from NSResponder)
ResignKeyWindow() (Inherited from NSWindow)
ResignMainWindow() (Inherited from NSWindow)
RespondsToSelector(Selector) (Inherited from NSObject)
RestoreCachedImage() (Inherited from NSWindow)
RestoreState(NSCoder) (Inherited from NSResponder)
RestoreUserActivityState(NSUserActivity) (Inherited from NSResponder)
RightMouseDown(NSEvent) (Inherited from NSResponder)
RightMouseDragged(NSEvent) (Inherited from NSResponder)
RightMouseUp(NSEvent) (Inherited from NSResponder)
RotateWithEvent(NSEvent) (Inherited from NSResponder)
RunModal() (Inherited from NSSavePanel)
RunModal(String, String, String[])
RunModal(String, String) (Inherited from NSSavePanel)
RunModal(String[])
RunToolbarCustomizationPalette(NSObject) (Inherited from NSWindow)
SaveFrameUsingName(String) (Inherited from NSWindow)
ScrollWheel(NSEvent) (Inherited from NSResponder)
SelectKeyViewFollowingView(NSView) (Inherited from NSWindow)
SelectKeyViewPrecedingView(NSView) (Inherited from NSWindow)
SelectNextKeyView(NSObject) (Inherited from NSWindow)
SelectNextTab(NSObject) (Inherited from NSWindow)
SelectPreviousKeyView(NSObject) (Inherited from NSWindow)
SelectPreviousTab(NSObject) (Inherited from NSWindow)
SendEvent(NSEvent) (Inherited from NSWindow)
SetAnchorAttribute(NSLayoutAttribute, NSLayoutConstraintOrientation) (Inherited from NSWindow)
SetAutorecalculatesContentBorderThickness(Boolean, NSRectEdge) (Inherited from NSWindow)
SetContentBorderThickness(NFloat, NSRectEdge) (Inherited from NSWindow)
SetContentSize(CGSize) (Inherited from NSWindow)
SetExcludedFromWindowsMenu(Boolean) (Inherited from NSWindow)
SetFrame(CGRect, Boolean, Boolean) (Inherited from NSWindow)
SetFrame(CGRect, Boolean) (Inherited from NSWindow)
SetFrameAutosaveName(String) (Inherited from NSWindow)
SetFrameFrom(String) (Inherited from NSWindow)
SetFrameOrigin(CGPoint) (Inherited from NSWindow)
SetFrameTopLeftPoint(CGPoint) (Inherited from NSWindow)
SetFrameUsingName(String, Boolean) (Inherited from NSWindow)
SetFrameUsingName(String) (Inherited from NSWindow)
SetIsMiniaturized(Boolean) (Inherited from NSWindow)
SetIsVisible(Boolean) (Inherited from NSWindow)
SetIsZoomed(Boolean) (Inherited from NSWindow)
SetNilValueForKey(NSString) (Inherited from NSObject)
SetOneShot(Boolean) (Inherited from NSWindow)
SetTitleWithRepresentedFilename(String) (Inherited from NSWindow)
SetValueForKey(NSObject, NSString) (Inherited from NSObject)
SetValueForKeyPath(NativeHandle, NSString) (Inherited from NSObject)
SetValueForKeyPath(NSObject, NSString) (Inherited from NSObject)
SetValueForUndefinedKey(NSObject, NSString) (Inherited from NSObject)
SetValuesForKeysWithDictionary(NSDictionary) (Inherited from NSObject)
ShouldBeTreatedAsInkEvent(NSEvent) (Inherited from NSResponder)
ShowContextHelp(NSObject) (Inherited from NSResponder)
SmartMagnify(NSEvent) (Inherited from NSResponder)
StandardWindowButton(NSWindowButton) (Inherited from NSWindow)
StringWithSavedFrame() (Inherited from NSWindow)
SupplementalTargetForAction(Selector, NSObject) (Inherited from NSResponder)
SwipeWithEvent(NSEvent) (Inherited from NSResponder)
TabletPoint(NSEvent) (Inherited from NSResponder)
TabletProximity(NSEvent) (Inherited from NSResponder)
ToggleFullScreen(NSObject) (Inherited from NSWindow)
ToggleTabBar(NSObject) (Inherited from NSWindow)
ToggleTabOverview(NSObject) (Inherited from NSWindow)
ToggleToolbarShown(NSObject) (Inherited from NSWindow)
ToString()

Returns a string representation of the value of the current instance.

(Inherited from NSObject)
TouchesBeganWithEvent(NSEvent) (Inherited from NSResponder)
TouchesCancelledWithEvent(NSEvent) (Inherited from NSResponder)
TouchesEndedWithEvent(NSEvent) (Inherited from NSResponder)
TouchesMovedWithEvent(NSEvent) (Inherited from NSResponder)
TrackEventsMatching(NSEventMask, Double, String, NSWindowTrackEventsMatchingCompletionHandler) (Inherited from NSWindow)
TransferWindowSharing(NSWindow, Action<NSError>) (Inherited from NSWindow)
TransferWindowSharingAsync(NSWindow) (Inherited from NSWindow)
TryToPerform(Selector, NSObject) (Inherited from NSWindow)
TryToPerformwith(Selector, NSObject) (Inherited from NSResponder)
Unbind(NSString) (Inherited from NSObject)
UnregisterDraggedTypes() (Inherited from NSWindow)
Update() (Inherited from NSWindow)
UpdateConstraintsIfNeeded() (Inherited from NSWindow)
UpdateUserActivityState(NSUserActivity) (Inherited from NSResponder)
UseOptimizedDrawing(Boolean) (Inherited from NSWindow)
ValidateMenuItem(NSMenuItem) (Inherited from NSWindow)
ValidateProposedFirstResponder(NSResponder, NSEvent) (Inherited from NSResponder)
ValidateUserInterfaceItem(INSValidatedUserInterfaceItem) (Inherited from NSWindow)
ValidateVisibleColumns() (Inherited from NSSavePanel)
ValidRequestorForSendType(String, String) (Inherited from NSWindow)
ValueForKey(NSString) (Inherited from NSObject)
ValueForKeyPath(NSString) (Inherited from NSObject)
ValueForUndefinedKey(NSString) (Inherited from NSObject)
VisualizeConstraints(NSLayoutConstraint[]) (Inherited from NSWindow)
WantsForwardedScrollEventsForAxis(NSEventGestureAxis) (Inherited from NSResponder)
WantsScrollEventsForSwipeTrackingOnAxis(NSEventGestureAxis) (Inherited from NSResponder)
WillChange(NSKeyValueChange, NSIndexSet, NSString) (Inherited from NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) (Inherited from NSObject)
WillChangeValue(String) (Inherited from NSObject)
WillPresentError(NSError) (Inherited from NSResponder)
Zoom(NSObject) (Inherited from NSWindow)

Events

Name Description
DidBecomeKey (Inherited from NSWindow)
DidBecomeMain (Inherited from NSWindow)
DidChangeBackingProperties (Inherited from NSWindow)
DidChangeScreen (Inherited from NSWindow)
DidChangeScreenProfile (Inherited from NSWindow)
DidChangeToDirectory (Inherited from NSSavePanel)
DidDecodeRestorableState (Inherited from NSWindow)
DidDeminiaturize (Inherited from NSWindow)
DidEndLiveResize (Inherited from NSWindow)
DidEndSheet (Inherited from NSWindow)
DidEnterFullScreen (Inherited from NSWindow)
DidEnterVersionBrowser (Inherited from NSWindow)
DidExitFullScreen (Inherited from NSWindow)
DidExitVersionBrowser (Inherited from NSWindow)
DidExpose (Inherited from NSWindow)
DidFailToEnterFullScreen (Inherited from NSWindow)
DidFailToExitFullScreen (Inherited from NSWindow)
DidMiniaturize (Inherited from NSWindow)
DidMove (Inherited from NSWindow)
DidResignKey (Inherited from NSWindow)
DidResignMain (Inherited from NSWindow)
DidResize (Inherited from NSWindow)
DidSelectType (Inherited from NSSavePanel)
DidUpdate (Inherited from NSWindow)
DirectoryDidChange (Inherited from NSSavePanel)
SelectionDidChange (Inherited from NSSavePanel)
StartCustomAnimationToEnterFullScreen (Inherited from NSWindow)
StartCustomAnimationToExitFullScreen (Inherited from NSWindow)
WillBeginSheet (Inherited from NSWindow)
WillClose (Inherited from NSWindow)
WillEncodeRestorableState (Inherited from NSWindow)
WillEnterFullScreen (Inherited from NSWindow)
WillEnterVersionBrowser (Inherited from NSWindow)
WillExitFullScreen (Inherited from NSWindow)
WillExitVersionBrowser (Inherited from NSWindow)
WillExpand (Inherited from NSSavePanel)
WillMiniaturize (Inherited from NSWindow)
WillMove (Inherited from NSWindow)
WillStartLiveResize (Inherited from NSWindow)

Extension Methods

Name Description
GetAccessibilityAttributedUserInputLabels(INSAccessibility)
GetAccessibilityUserInputLabels(INSAccessibility)
SetAccessibilityAttributedUserInputLabels(INSAccessibility, NSAttributedString[])
SetAccessibilityUserInputLabels(INSAccessibility, String[])
GetAccessibilityFocused(INSAccessibilityElementProtocol)
GetAccessibilityIdentifier(INSAccessibilityElementProtocol)
ObjectDidBeginEditing(NSObject, INSEditor)
ObjectDidEndEditing(NSObject, INSEditor)
GetValidModes(NSObject, NSFontPanel)
ValidateToolbarItem(NSObject, NSToolbarItem)
GetTouchBar(NSResponder)
MakeTouchBar(NSResponder)
SetTouchBar(NSResponder, NSTouchBar)
ShowWritingTools(NSResponder, NSObject)
QuickLookPreviewItems(NSResponder, NSObject)
PerformTextFinderAction(NSResponder, NSObject)
BrowserAccessibilityDeleteTextAtCursor(NSObject, IntPtr)
BrowserAccessibilityInsertTextAtCursor(NSObject, String)
GetAccessibilityLineEndPositionFromCurrentSelection(NSObject)
GetAccessibilityLineRangeForPosition(NSObject, IntPtr)
GetAccessibilityLineStartPositionFromCurrentSelection(NSObject)
GetBrowserAccessibilityAttributedValue(NSObject, NSRange)
GetBrowserAccessibilityContainerType(NSObject)
GetBrowserAccessibilityCurrentStatus(NSObject)
GetBrowserAccessibilityHasDomFocus(NSObject)
GetBrowserAccessibilityIsRequired(NSObject)
GetBrowserAccessibilityPressedState(NSObject)
GetBrowserAccessibilityRoleDescription(NSObject)
GetBrowserAccessibilitySelectedTextRange(NSObject)
GetBrowserAccessibilitySortDirection(NSObject)
GetBrowserAccessibilityValue(NSObject, NSRange)
SetBrowserAccessibilityContainerType(NSObject, BEAccessibilityContainerType)
SetBrowserAccessibilityCurrentStatus(NSObject, String)
SetBrowserAccessibilityHasDomFocus(NSObject, Boolean)
SetBrowserAccessibilityIsRequired(NSObject, Boolean)
SetBrowserAccessibilityPressedState(NSObject, BEAccessibilityPressedState)
SetBrowserAccessibilityRoleDescription(NSObject, String)
SetBrowserAccessibilitySelectedTextRange(NSObject, NSRange)
SetBrowserAccessibilitySortDirection(NSObject, String)
ProvideImageData(NSObject, IntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
ProvideImageToMTLTexture(NSObject, IMTLTexture, IMTLCommandBuffer, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
SetSharedObservers(NSObject, NSKeyValueSharedObserversSnapshot)
GetDebugDescription(INSObjectProtocol)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
AcceptsPreviewPanelControl(NSObject, QLPreviewPanel)
BeginPreviewPanelControl(NSObject, QLPreviewPanel)
EndPreviewPanelControl(NSObject, QLPreviewPanel)

Applies to