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
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection, params Type[])IUIAppearance for this object with specified traits and customized container. | |
GetBackgroundImage(UIToolbarPosition, UIBarMetrics)This method will return the background image that is being used by the UIKit.UIToolbar for the specified postion and orientation. | ||
GetShadowImage(UIToolbarPosition)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. | ||