UIKit.UIBarButtonItem: Method Members

The methods of UIKit.UIBarButtonItem are listed below. For a list of all members, see the UIBarButtonItem Members list.

See Also: Inherited members from UIKit.UIBarItem

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIBarButtonItem.UIBarButtonItemAppearance
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>() : UIBarButtonItem.UIBarButtonItemAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIBarButtonItem.UIBarButtonItemAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIBarButtonItem.UIBarButtonItemAppearance
Documentation for this section has not yet been entered.
GetBackButtonBackgroundImage(UIControlState, UIBarMetrics) : UIImage
Back button background image for a given control state. Only used for a UIKit.UINavigationBar back button.
GetBackButtonBackgroundVerticalPositionAdjustment(UIBarMetrics) : nfloat
The back button vertical position offset.
GetBackButtonTitlePositionAdjustment(UIBarMetrics) : UIOffset
The back button title offset.
GetBackgroundImage(UIControlState, UIBarMetrics) : UIImage
The background image for the button.
GetBackgroundImage(UIControlState, UIBarButtonItemStyle, UIBarMetrics) : UIImage
The UIImage used as a background by the UIBarButtonItem.
GetBackgroundVerticalPositionAdjustment(UIBarMetrics) : nfloat
The vertical offset of the background image.
GetTitlePositionAdjustment(UIBarMetrics) : UIOffset
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.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIBarButtonItem object.