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
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. | ||