Share via


NSTitlebarAccessoryViewController Class

Definition

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

Constructors

Name Description
NSTitlebarAccessoryViewController()

Creates a new NSTitlebarAccessoryViewController with default values.

NSTitlebarAccessoryViewController(NativeHandle)

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

NSTitlebarAccessoryViewController(NSCoder)

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

NSTitlebarAccessoryViewController(NSObjectFlag)

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

NSTitlebarAccessoryViewController(String, NSBundle)

Properties

Name Description
Animations
Animator
AutomaticallyAdjustsSize
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)
FullScreenMinHeight
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from NSObject)
Identifier (Inherited from NSViewController)
IsDirectBinding (Inherited from NSObject)
IsHidden
IsProxy (Inherited from NSObject)
LayoutAttribute
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)
PreferredScrollEdgeEffectStyle
PresentedViewControllers (Inherited from NSViewController)
PresentingViewController (Inherited from NSViewController)
RepresentedObject (Inherited from NSViewController)
RetainCount (Inherited from NSObject)
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)
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)
AnimationDidEnd(NSAnimation)
AnimationDidReachProgressMark(NSAnimation, Single)
AnimationDidStop(NSAnimation)
AnimationFor(NSString)
AnimationShouldStart(NSAnimation)
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)
ComputeAnimationCurve(NSAnimation, Single)
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) (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)
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)
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()
ViewDidDisappear()
ViewDidLayout() (Inherited from NSViewController)
ViewDidLoad() (Inherited from NSViewController)
ViewWillAppear()
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
AnimationDidEnd(INSAnimationDelegate, NSAnimation)
AnimationDidReachProgressMark(INSAnimationDelegate, NSAnimation, Single)
AnimationDidStop(INSAnimationDelegate, NSAnimation)
AnimationShouldStart(INSAnimationDelegate, NSAnimation)
ComputeAnimationCurve(INSAnimationDelegate, NSAnimation, Single)
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