The methods of UIKit.UIButton are listed below. For a list of all members, see the UIButton Members list.
See Also: Inherited members from UIKit.UIControl
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
BackgroundImageForState(UIControlState)The background image used for the specified state. | ||
BackgroundRectForBounds(CoreGraphics.CGRect)The RectangleF in which this UIButton draws its background. | ||
ContentRectForBounds(CoreGraphics.CGRect)The RectangleF in which this UIButton draws its entire content. | ||
static | FromType(UIButtonType)Creates a new UIButton of the specified type. | |
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. | |
GetAttributedTitle(UIControlState)The title, with style attributes, for the specified state. | ||
ImageForState(UIControlState)The UIImage used for the specified state. | ||
ImageRectForContentRect(CoreGraphics.CGRect)The RectangleF in which this UIButton draws its CurrentImage. | ||
SetAttributedTitle(Foundation.NSAttributedString, UIControlState)Sets the button title with an attributed string for a particular control state. | ||
SetBackgroundImage(UIImage, UIControlState)Sets the background image for the specified button state. | ||
SetImage(UIImage, UIControlState)Sets the image for the specified button state. | ||
SetTitle(string, UIControlState)Sets the title for the specified button state. | ||
SetTitleColor(UIColor, UIControlState)Sets the title color for the specified button state. | ||
SetTitleShadowColor(UIColor, UIControlState)Sets the title shadow color for the specified button state. | ||
Title(UIControlState)The title for the specified button state. | ||
TitleColor(UIControlState)The title color for the specified button state. | ||
TitleRectForContentRect(CoreGraphics.CGRect)The RectangleF in which this UIButton draws its title. | ||
TitleShadowColor(UIControlState)The shadow color of the title for the specified button state. | ||