The members of UIKit.UIBarButtonItem are listed below.
See Also: Inherited members from UIKit.UIBarItem
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor that allows a particular UIKit.UIBarButtonSystemItem to be specified when the button is created. | ||
| Constructor that allows a custom view to be specified for a UIBarButtonItem. | ||
| Constructor that allows a particular UIKit.UIBarButtonSystemItem to be specified when the button is created along with an event handler. | ||
| Constructor that allows a title to be specified for display on the button depending on the style used. Also allows an event handler to be specified that will be called when the button is pressed. | ||
| Constructor that allows a system item along with a target-action pair to be specified. | ||
| Constructor that allows a custom image, style and evnet handler to be specied when the button is created. | ||
| Constructor that allows specifying a title and style for a UIBarButtonItem along with an Objective-C style target-action pair. | ||
| Constructor that allows an image and style to be specified, along with a target-action pair. | ||
| Constructor that allows specifying separate images for landscape and portrait. | 
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | 
| Action | ObjCRuntime.Selector. The action sent to the object specified as the target. | |
| [read-only] static  | Appearance | UIBarButtonItem.UIBarButtonItemAppearance. Strongly-typed property that returns the UIAppearance class for this class. | 
| [read-only] override  | ClassHandle | IntPtr. The handle for this class. | 
| CustomView | UIView. A custom view used to represent the UIBarButtonItem | |
| override  | Enabled | bool. Allows control over whether a UIBarButtonItem is enabled or disabled. | 
| override  | Image | UIImage. The button's image. | 
| override  | ImageInsets | UIEdgeInsets. Insets the button image. | 
| PossibleTitles | Foundation.NSSet. The set of all possible titles (used as a hint for system sizing). | |
| Style | UIBarButtonItemStyle. The system style to use for the button. | |
| override  | Tag | nint. An integer that can be used to indentify the UIBarButtonItem. | 
| Target | Foundation.NSObject. The object that will receive the selector specified in the Action property. | |
| TintColor | UIColor. The tint color to be used for the button. | |
| override  | Title | string. The title that is displayed in the button | 
| Width | nfloat. The width of the button. | 
| static  | AppearanceWhenContainedIn(params Type[]) Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
| EncodeTo(Foundation.NSCoder) Encodes the state of the object on the provided encoder | ||
| static  | GetAppearance<T>() The strongly-typed IUIAppearance for this object. | |
| static  | GetAppearance<T>(UITraitCollection) Documentation for this section has not yet been entered. | |
| static  | GetAppearance<T>(UITraitCollection, params Type[]) Documentation for this section has not yet been entered. | |
| GetBackButtonBackgroundImage(UIControlState, UIBarMetrics) Back button background image for a given control state. Only used for a UIKit.UINavigationBar back button. | ||
| GetBackButtonBackgroundVerticalPositionAdjustment(UIBarMetrics) The back button vertical position offset. | ||
| GetBackButtonTitlePositionAdjustment(UIBarMetrics) The back button title offset. | ||
| GetBackgroundImage(UIControlState, UIBarMetrics) The background image for the button. | ||
| GetBackgroundImage(UIControlState, UIBarButtonItemStyle, UIBarMetrics) The UIImage used as a background by the UIBarButtonItem. | ||
| GetBackgroundVerticalPositionAdjustment(UIBarMetrics) The vertical offset of the background image. | ||
| GetTitlePositionAdjustment(UIBarMetrics) Title offset for specified bar metrics.. | ||
| SetBackButtonBackgroundImage(UIImage, UIControlState, UIBarMetrics) Allows the button's background image to be set. | ||
| SetBackButtonBackgroundVerticalPositionAdjustment(UIBarMetrics, nfloat) Allows the vertical offset of the back button image to be specified for a given control state and bar metrics. | ||
| SetBackButtonTitlePositionAdjustment(UIOffset, UIBarMetrics) Allows the offset of the back button title to be specified for a given control state and bar metrics. | ||
| SetBackgroundImage(UIImage, UIControlState, UIBarMetrics) Allows the background image to be set for the button for a given control state and bar metrics. | ||
| SetBackgroundImage(UIImage, UIControlState, UIBarButtonItemStyle, UIBarMetrics) Specifies the UIImage used as a background. | ||
| SetBackgroundVerticalPositionAdjustment(UIBarMetrics, nfloat) Allows the background image to be offset for the specified bar metrics. | ||
| SetTitlePositionAdjustment(UIOffset, UIBarMetrics) Allows the title to be offset for a specified bar metrics. | ||
| Clicked | This event is raised when the user clicks/taps on this UIBarButtonItem. |