The members of UIKit.UIToolbar are listed below.
See Also: Inherited members from UIKit.UIView
| 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. |
| 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. |
| [read-only] static | Appearance | UIToolbar.UIToolbarAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] | BarPosition | UIBarPosition. Constant that identifies the position of a bar. |
| BarStyle | UIBarStyle. The toolbar style. | |
| BarTintColor | UIColor. The tint color for this UIToolbar. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUIToolbarDelegate. An instance of the UIKit.UIToolbarDelegate model class which acts as the class delegate. | |
| Items | UIBarButtonItem[]. A collection of UIKit.UIBarButtonItem objects that make up the toolbar. | |
| Translucent | bool. If true, then the toolbar is translucent. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |
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. | ||