Share via


NSPageController Class

Definition

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

Constructors

Name Description
NSPageController()

Creates a new NSPageController with default values.

NSPageController(NativeHandle)

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

NSPageController(NSCoder)

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

NSPageController(NSObjectFlag)

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

NSPageController(String, NSBundle)

Properties

Name Description
Animations
Animator
ArrangedObjects
ChildViewControllers (Inherited from NSViewController)
Class (Inherited from NSObject)
ClassHandle

The Objective-C class handle for this class.

DebugDescription (Inherited from NSObject)
Delegate
Description (Inherited from NSObject)
ExposedBindings (Inherited from NSObject)
ExtensionContext (Inherited from NSViewController)
GetFrame
GetIdentifier
GetViewController
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from NSObject)
Identifier (Inherited from NSViewController)
IsDirectBinding (Inherited from NSObject)
IsProxy (Inherited from NSObject)
Menu (Inherited from NSViewController)
NextResponder (Inherited from NSViewController)
NibBundle (Inherited from NSViewController)
NibName (Inherited from NSViewController)
ParentViewController (Inherited from NSViewController)
PreferredContentSize (Inherited from NSViewController)
PreferredMaximumSize (Inherited from NSViewController)
PreferredMinimumSize (Inherited from NSViewController)
PreferredScreenOrigin (Inherited from NSViewController)
PresentedViewControllers (Inherited from NSViewController)
PresentingViewController (Inherited from NSViewController)
RepresentedObject (Inherited from NSViewController)
RetainCount (Inherited from NSObject)
SelectedIndex
SelectedViewController
Self (Inherited from NSObject)
SourceItemView (Inherited from NSViewController)
Storyboard (Inherited from NSViewController)
Superclass (Inherited from NSObject)
SuperHandle

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

(Inherited from NSObject)
Title (Inherited from NSViewController)
TouchBar (Inherited from NSViewController)
TransitionStyle
UserActivity (Inherited from NSViewController)
View (Inherited from NSViewController)
ViewIfLoaded (Inherited from NSViewController)
ViewLoaded (Inherited from NSViewController)
WeakDelegate
Zone (Inherited from NSObject)

Methods

Name Description
AcceptsFirstResponder() (Inherited from NSViewController)
AddChildViewController(NSViewController) (Inherited from NSViewController)
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)
AnimationFor(NSString)
AwakeFromNib() (Inherited from NSObject)
BecomeFirstResponder() (Inherited from NSViewController)
BeginGestureWithEvent(NSEvent) (Inherited from NSViewController)
BeginInvokeOnMainThread(Action) (Inherited from NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

Invokes asynchrously the specified code on the main UI thread.

(Inherited from NSObject)
BeginRequestWithExtensionContext(NSExtensionContext)

Developers can implement this method to prepare their extension for the host application request.

(Inherited from NSViewController)
Bind(NSString, NSObject, String, NSBindingOptions) (Inherited from NSObject)
Bind(NSString, NSObject, String, NSDictionary) (Inherited from NSObject)
ChangeMode(NSEvent) (Inherited from NSViewController)
CommitEditing() (Inherited from NSViewController)
CommitEditing(NSError) (Inherited from NSViewController)
CommitEditing(NSObject, Selector, IntPtr) (Inherited from NSViewController)
CompleteTransition()
ConformsToProtocol(NativeHandle) (Inherited from NSObject)
ContextMenuKeyDown(NSEvent) (Inherited from NSViewController)
Copy() (Inherited from NSObject)
CursorUpdate(NSEvent) (Inherited from NSViewController)
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)
DefaultAnimationFor(NSString)
DidChange(NSKeyValueChange, NSIndexSet, NSString) (Inherited from NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (Inherited from NSObject)
DidChangeValue(String) (Inherited from NSObject)
DiscardEditing() (Inherited from NSViewController)
DismissController(NSObject) (Inherited from NSViewController)
DismissViewController(NSViewController) (Inherited from NSViewController)
Dispose()

Releases the resources used by the NSObject object.

(Inherited from NSObject)
Dispose(Boolean)
DoesNotRecognizeSelector(Selector) (Inherited from NSObject)
EncodeRestorableState(NSCoder, NSOperationQueue) (Inherited from NSViewController)
EncodeRestorableState(NSCoder) (Inherited from NSViewController)
EncodeTo(NSCoder)

Encodes the state of the object using the provided encoder.

(Inherited from NSViewController)
EndGestureWithEvent(NSEvent) (Inherited from NSViewController)
Equals(NSObject) (Inherited from NSObject)
Equals(Object) (Inherited from NSObject)
FlagsChanged(NSEvent) (Inherited from NSViewController)
FlushBufferedKeyEvents() (Inherited from NSViewController)
GetBindingInfo(NSString) (Inherited from NSObject)
GetBindingOptionDescriptions(NSString) (Inherited from NSObject)
GetBindingValueClass(NSString) (Inherited from NSObject)
GetDictionaryOfValuesFromKeys(NSString[]) (Inherited from NSObject)
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 NSViewController)
HelpRequested(NSEvent) (Inherited from NSViewController)
Init() (Inherited from NSObject)
InitializeHandle(NativeHandle, String) (Inherited from NSObject)
InitializeHandle(NativeHandle) (Inherited from NSObject)
InsertChildViewController(NSViewController, IntPtr) (Inherited from NSViewController)
InterpretKeyEvents(NSEvent[]) (Inherited from NSViewController)
InvalidateRestorableState() (Inherited from NSViewController)
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)
IsEqual(NSObject) (Inherited from NSObject)
IsKindOfClass(Class) (Inherited from NSObject)
IsMemberOfClass(Class) (Inherited from NSObject)
KeyDown(NSEvent) (Inherited from NSViewController)
KeyUp(NSEvent) (Inherited from NSViewController)
LoadView() (Inherited from NSViewController)
LoadViewIfNeeded() (Inherited from NSViewController)
MagnifyWithEvent(NSEvent) (Inherited from NSViewController)
MarkDirty()

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

(Inherited from NSObject)
MouseCancelled(NSEvent) (Inherited from NSViewController)
MouseDown(NSEvent) (Inherited from NSViewController)
MouseDragged(NSEvent) (Inherited from NSViewController)
MouseEntered(NSEvent) (Inherited from NSViewController)
MouseExited(NSEvent) (Inherited from NSViewController)
MouseMoved(NSEvent) (Inherited from NSViewController)
MouseUp(NSEvent) (Inherited from NSViewController)
MutableCopy() (Inherited from NSObject)
NavigateBack(NSObject)
NavigateForward(NSObject)
NavigateForwardTo(NSObject)
NavigateTo(NSObject)
NoResponderFor(Selector) (Inherited from NSViewController)
ObjectDidEndEditing(NSObject) (Inherited from NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr) (Inherited from NSObject)
OtherMouseDown(NSEvent) (Inherited from NSViewController)
OtherMouseDragged(NSEvent) (Inherited from NSViewController)
OtherMouseUp(NSEvent) (Inherited from NSViewController)
PerformKeyEquivalent(NSEvent) (Inherited from NSViewController)
PerformSegue(String, NSObject) (Inherited from NSViewController)
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)
PreferredContentSizeDidChange(NSViewController) (Inherited from NSViewController)
PrepareForInterfaceBuilder() (Inherited from NSObject)
PrepareForSegue(NSStoryboardSegue, NSObject) (Inherited from NSViewController)
Present(NSViewController, CGRect, NSView, NSRectEdge, NSPopoverBehavior, Byte) (Inherited from NSViewController)
PresentError(NSError, NSWindow, NSObject, Selector, IntPtr) (Inherited from NSViewController)
PresentError(NSError) (Inherited from NSViewController)
PresentViewController(NSViewController, CGRect, NSView, UIntPtr, NSPopoverBehavior) (Inherited from NSViewController)
PresentViewController(NSViewController, INSViewControllerPresentationAnimator) (Inherited from NSViewController)
PresentViewControllerAsModalWindow(NSViewController) (Inherited from NSViewController)
PresentViewControllerAsSheet(NSViewController) (Inherited from NSViewController)
PresentViewControllerInWidget(NSViewController) (Inherited from NSViewController)
PressureChange(NSEvent) (Inherited from NSViewController)
QuickLook(NSEvent) (Inherited from NSViewController)
RemoveChildViewController(IntPtr) (Inherited from NSViewController)
RemoveFromParentViewController() (Inherited from NSViewController)
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)
ResignFirstResponder() (Inherited from NSViewController)
RespondsToSelector(Selector) (Inherited from NSObject)
RestoreState(NSCoder) (Inherited from NSViewController)
RestoreUserActivityState(NSUserActivity) (Inherited from NSViewController)
RightMouseDown(NSEvent) (Inherited from NSViewController)
RightMouseDragged(NSEvent) (Inherited from NSViewController)
RightMouseUp(NSEvent) (Inherited from NSViewController)
RotateWithEvent(NSEvent) (Inherited from NSViewController)
ScrollWheel(NSEvent) (Inherited from NSViewController)
SetNilValueForKey(NSString) (Inherited from NSObject)
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 NSViewController)
ShouldPerformSegue(String, NSObject) (Inherited from NSViewController)
ShowContextHelp(NSObject) (Inherited from NSViewController)
SmartMagnify(NSEvent) (Inherited from NSViewController)
SupplementalTargetForAction(Selector, NSObject) (Inherited from NSViewController)
SwipeWithEvent(NSEvent) (Inherited from NSViewController)
TabletPoint(NSEvent) (Inherited from NSViewController)
TabletProximity(NSEvent) (Inherited from NSViewController)
ToString()

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

(Inherited from NSObject)
TouchesBeganWithEvent(NSEvent) (Inherited from NSViewController)
TouchesCancelledWithEvent(NSEvent) (Inherited from NSViewController)
TouchesEndedWithEvent(NSEvent) (Inherited from NSViewController)
TouchesMovedWithEvent(NSEvent) (Inherited from NSViewController)
TransitionFromViewController(NSViewController, NSViewController, NSViewControllerTransitionOptions, Action) (Inherited from NSViewController)
TryToPerformwith(Selector, NSObject) (Inherited from NSViewController)
Unbind(NSString) (Inherited from NSObject)
UpdateUserActivityState(NSUserActivity) (Inherited from NSViewController)
UpdateViewConstraints() (Inherited from NSViewController)
ValidateProposedFirstResponder(NSResponder, NSEvent) (Inherited from NSViewController)
ValidRequestorForSendType(String, String) (Inherited from NSViewController)
ValueForKey(NSString) (Inherited from NSObject)
ValueForKeyPath(NSString) (Inherited from NSObject)
ValueForUndefinedKey(NSString) (Inherited from NSObject)
ViewDidAppear() (Inherited from NSViewController)
ViewDidDisappear() (Inherited from NSViewController)
ViewDidLayout() (Inherited from NSViewController)
ViewDidLoad() (Inherited from NSViewController)
ViewWillAppear() (Inherited from NSViewController)
ViewWillDisappear() (Inherited from NSViewController)
ViewWillLayout() (Inherited from NSViewController)
ViewWillTransition(CGSize) (Inherited from NSViewController)
WantsForwardedScrollEventsForAxis(NSEventGestureAxis) (Inherited from NSViewController)
WantsScrollEventsForSwipeTrackingOnAxis(NSEventGestureAxis) (Inherited from NSViewController)
WillChange(NSKeyValueChange, NSIndexSet, NSString) (Inherited from NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) (Inherited from NSObject)
WillChangeValue(String) (Inherited from NSObject)
WillPresentError(NSError) (Inherited from NSViewController)

Events

Name Description
DidEndLiveTransition
DidTransition
PrepareViewController
WillStartLiveTransition

Extension Methods

Name Description
ObjectDidBeginEditing(NSObject, INSEditor)
ObjectDidEndEditing(NSObject, INSEditor)
GetValidModes(NSObject, NSFontPanel)
ValidateToolbarItem(NSObject, NSToolbarItem)
GetTouchBar(NSResponder)
MakeTouchBar(NSResponder)
SetTouchBar(NSResponder, NSTouchBar)
ShowWritingTools(NSResponder, NSObject)
PerformSegue(INSSeguePerforming, String, NSObject)
PrepareForSegue(INSSeguePerforming, NSStoryboardSegue, NSObject)
ShouldPerformSegue(INSSeguePerforming, String, 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