NSToolbarItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("NSToolbarItem", true)]
public class NSToolbarItem : Foundation.NSObject, Foundation.INSCopying, IDisposable, UIKit.IUIPopoverPresentationControllerSourceItem
[Foundation.Register("NSToolbarItem", true)]
public class NSToolbarItem : Foundation.NSObject, AppKit.INSMenuItemValidation, AppKit.INSValidatedUserInterfaceItem, Foundation.INSCopying, IDisposable
[<Foundation.Register("NSToolbarItem", true)>]
type NSToolbarItem = class
inherit NSObject
interface INSCopying
interface INativeObject
interface IDisposable
interface IUIPopoverPresentationControllerSourceItem
[<Foundation.Register("NSToolbarItem", true)>]
type NSToolbarItem = class
inherit NSObject
interface INSCopying
interface INativeObject
interface IDisposable
interface INSMenuItemValidation
interface INSValidatedUserInterfaceItem
- Inheritance
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NSToolbarItem() |
Creates a new NSToolbarItem with default values. |
| NSToolbarItem(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSToolbarItem(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| NSToolbarItem(String) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Action | |
| AllowsDuplicatesInToolbar | |
| Autovalidates | |
| BackgroundTintColor | |
| Badge | |
| Bordered | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Enabled | |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Hidden | |
| Identifier | |
| Image | |
| IsDirectBinding |
Gets or sets a value indicating whether this instance uses direct Objective-C binding. (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| ItemMenuFormRepresentation | |
| Label | |
| MaxSize | |
| MenuFormRepresentation | |
| MinSize | |
| Navigational | |
| PaletteLabel | |
| PossibleLabels | |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Style | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Tag | |
| Target | |
| Title | |
| Toolbar | |
| ToolTip | |
| UIImage | |
| View | |
| VisibilityPriority |
Indicate which toolbar items should be kept when the toolbar space is limited. |
| Visible | |
| Zone | (Inherited from NSObject) |
Methods
Events
| Name | Description |
|---|---|
| Activated | |