The members of UIKit.UIActionSheet 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 UIActionSheet with the specified frame. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Initialize an UIKit.UIActionSheet with a title. | ||
| Initialize an UIKit.UIActionSheet with a title and a delegate that will handle taps. | ||
| Intitialize a UIKit.UIActionSheet instance. |
| 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 | UIActionSheet.UIActionSheetAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] | ButtonCount | nint. The number of buttons on an action sheet. (read only) |
| CancelButtonIndex | nint. Returns the index of the cancel button. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUIActionSheetDelegate. An instance of the UIKit.UIActionSheetDelegate model class which acts as the class delegate. | |
| DestructiveButtonIndex | nint. Returns the index of the destructive button. | |
| [read-only] | FirstOtherButtonIndex | nint. The index of the first custom button. Read-only. |
| Style | UIActionSheetStyle. The presentation style of this UIActionSheet. | |
| Title | string. The title that will be displayed in the action sheet. | |
| [read-only] | Visible | bool. A property indicating if the action sheet is displayed. |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |
Add(string)Adds a button with the specified text. | ||
AddButton(string)This method will add a custom button to an action sheet. | ||
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
ButtonTitle(nint)Retrieves the title of a button at a specified index. | ||
DismissWithClickedButtonIndex(bool, nint)Will dismiss the action sheet, optionally animated if specified. | ||
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
GetEnumerator()Obtains an enumerator that returns the button titles. | ||
ShowFrom(UIBarButtonItem, bool)Displays an action sheet from a bar button. | ||
ShowFrom(UIView, bool, CoreGraphics.CGRect)This method will display an action sheet, originating from the specified area on a view. | ||
ShowFromTabBar(UITabBar)Shows the UIActionSheet from the specified UITabBar. | ||
ShowFromToolbar(UIToolbar)This will display an action sheet, originate from the specified tab bar. | ||
ShowInView(UIView)Displays an action sheet in a specified view. | ||
| Canceled | Event raised by the object. | |
| Clicked | Event raised by the object. | |
| Dismissed | Event raised by the object. | |
| Presented | Event raised by the object. | |
| WillDismiss | Event raised by the object. | |
| WillPresent | Event raised by the object. |