Share via


NSSplitViewController Class

Definition

[Foundation.Register("NSSplitViewController", true)]
public class NSSplitViewController : AppKit.NSViewController, AppKit.INSSplitViewDelegate, AppKit.INSUserInterfaceValidations, IDisposable
[<Foundation.Register("NSSplitViewController", true)>]
type NSSplitViewController = class
    inherit NSViewController
    interface INSSplitViewDelegate
    interface INativeObject
    interface IDisposable
    interface INSUserInterfaceValidations
Inheritance
Attributes
Implements

Constructors

Name Description
NSSplitViewController()

Creates a new NSSplitViewController with default values.

NSSplitViewController(NativeHandle)

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

NSSplitViewController(NSCoder)

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

NSSplitViewController(NSObjectFlag)

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

NSSplitViewController(String, NSBundle)

Properties

Name Description
AutomaticDimension
ChildViewControllers (Inherited from NSViewController)
Class (Inherited from NSObject)
ClassHandle

The Objective-C class handle for this class.

DebugDescription (Inherited from NSObject)
Description (Inherited from NSObject)
ExposedBindings (Inherited from NSObject)
ExtensionContext (Inherited from NSViewController)
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)
MinimumThicknessForInlineSidebars
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)
Self (Inherited from NSObject)
SourceItemView (Inherited from NSViewController)
SplitView
SplitViewItems
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)
UserActivity (Inherited from NSViewController)
View (Inherited from NSViewController)
ViewIfLoaded (Inherited from NSViewController)
ViewLoaded (Inherited from NSViewController)
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)
AddSplitViewItem(NSSplitViewItem)
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)
CanCollapse(NSSplitView, NSView)
ChangeMode(NSEvent) (Inherited from NSViewController)
CommitEditing() (Inherited from NSViewController)
CommitEditing(NSError) (Inherited from NSViewController)
CommitEditing(NSObject, Selector, IntPtr) (Inherited from NSViewController)
ConformsToProtocol(NativeHandle) (Inherited from NSObject)
ConstrainSplitPosition(NSSplitView, NFloat, IntPtr)
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)
DidChange(NSKeyValueChange, NSIndexSet, NSString) (Inherited from NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (Inherited from NSObject)
DidChangeValue(String) (Inherited from NSObject)
DidResizeSubviews(NSNotification)
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) (Inherited from NSViewController)
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)
GetAdditionalEffectiveRect(NSSplitView, IntPtr)
GetBindingInfo(NSString) (Inherited from NSObject)
GetBindingOptionDescriptions(NSString) (Inherited from NSObject)
GetBindingValueClass(NSString) (Inherited from NSObject)
GetDictionaryOfValuesFromKeys(NSString[]) (Inherited from NSObject)
GetEffectiveRect(NSSplitView, CGRect, CGRect, IntPtr)
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)
GetSplitViewItem(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)
InsertSplitViewItem(NSSplitViewItem, IntPtr)
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)
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)
RemoveSplitViewItem(NSSplitViewItem)
ResignFirstResponder() (Inherited from NSViewController)
Resize(NSSplitView, CGSize)
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)
SetMaxCoordinateOfSubview(NSSplitView, NFloat, IntPtr)
SetMinCoordinateOfSubview(NSSplitView, NFloat, IntPtr)
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)
ShouldAdjustSize(NSSplitView, NSView)
ShouldBeTreatedAsInkEvent(NSEvent) (Inherited from NSViewController)
ShouldCollapseForDoubleClick(NSSplitView, NSView, IntPtr)
ShouldHideDivider(NSSplitView, IntPtr)
ShouldPerformSegue(String, NSObject) (Inherited from NSViewController)
ShowContextHelp(NSObject) (Inherited from NSViewController)
SmartMagnify(NSEvent) (Inherited from NSViewController)
SplitViewWillResizeSubviews(NSNotification)
SupplementalTargetForAction(Selector, NSObject) (Inherited from NSViewController)
SwipeWithEvent(NSEvent) (Inherited from NSViewController)
TabletPoint(NSEvent) (Inherited from NSViewController)
TabletProximity(NSEvent) (Inherited from NSViewController)
ToggleInspector(NSObject)
ToggleSidebar(NSObject)
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)
ValidateUserInterfaceItem(INSValidatedUserInterfaceItem)
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)

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)
CanCollapse(INSSplitViewDelegate, NSSplitView, NSView)
ConstrainSplitPosition(INSSplitViewDelegate, NSSplitView, NFloat, IntPtr)
DidResizeSubviews(INSSplitViewDelegate, NSNotification)
GetAdditionalEffectiveRect(INSSplitViewDelegate, NSSplitView, IntPtr)
GetEffectiveRect(INSSplitViewDelegate, NSSplitView, CGRect, CGRect, IntPtr)
Resize(INSSplitViewDelegate, NSSplitView, CGSize)
SetMaxCoordinateOfSubview(INSSplitViewDelegate, NSSplitView, NFloat, IntPtr)
SetMinCoordinateOfSubview(INSSplitViewDelegate, NSSplitView, NFloat, IntPtr)
ShouldAdjustSize(INSSplitViewDelegate, NSSplitView, NSView)
ShouldCollapseForDoubleClick(INSSplitViewDelegate, NSSplitView, NSView, IntPtr)
ShouldHideDivider(INSSplitViewDelegate, NSSplitView, IntPtr)
SplitViewWillResizeSubviews(INSSplitViewDelegate, NSNotification)
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