UIKit.UIBarButtonItem: Property Members

The properties 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 Properties

ActionObjCRuntime.Selector. The action sent to the object specified as the target.
[read-only]
static
AppearanceUIBarButtonItem.UIBarButtonItemAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CustomViewUIView. A custom view used to represent the UIBarButtonItem
override
Enabledbool. Allows control over whether a UIBarButtonItem is enabled or disabled.
override
ImageUIImage. The button's image.
override
ImageInsetsUIEdgeInsets. Insets the button image.
PossibleTitlesFoundation.NSSet. The set of all possible titles (used as a hint for system sizing).
StyleUIBarButtonItemStyle. The system style to use for the button.
override
Tagnint. An integer that can be used to indentify the UIBarButtonItem.
TargetFoundation.NSObject. The object that will receive the selector specified in the Action property.
TintColorUIColor. The tint color to be used for the button.
override
Titlestring. The title that is displayed in the button
Widthnfloat. The width of the button.