UIKit.UIToolbar: Method Members

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

See Also: Inherited members from UIKit.UIView

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.