UIKit.UIToolbar Members

The members of UIKit.UIToolbar are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Initializes the UIToolbar with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

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.

Public Properties

[read-only]
static
AppearanceUIToolbar.UIToolbarAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
BarPositionUIBarPosition. Constant that identifies the position of a bar.
BarStyleUIBarStyle. The toolbar style.
BarTintColorUIColor. The tint color for this UIToolbar.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIUIToolbarDelegate. An instance of the UIKit.UIToolbarDelegate model class which acts as the class delegate.
ItemsUIBarButtonItem[]. A collection of UIKit.UIBarButtonItem objects that make up the toolbar.
Translucentbool. If true, then the toolbar is translucent.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIToolbar.UIToolbarAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
static
GetAppearance<T>() : UIToolbar.UIToolbarAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIToolbar.UIToolbarAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIToolbar.UIToolbarAppearance
IUIAppearance for this object with specified traits and customized container.
GetBackgroundImage(UIToolbarPosition, UIBarMetrics) : UIImage
This method will return the background image that is being used by the UIKit.UIToolbar for the specified postion and orientation.
GetShadowImage(UIToolbarPosition) : UIImage
The image to be used for a shadow.
SetBackgroundImage(UIImage, UIToolbarPosition, UIBarMetrics)
Sets the image that will be displayed in the background of a toolbar for a given position of the toolbar.
SetItems(UIBarButtonItem[], bool)
Sets the UIKit.UIBarButtonItem to be displayed in the toolbar, optionally animated the change.
SetShadowImage(UIImage, UIToolbarPosition)
Specifies the image to be used as a shadow for this UIToolbar.

Protected Methods

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