UIKit.UIRefreshControl Members

The members of UIKit.UIRefreshControl are listed below.

See Also: Inherited members from UIKit.UIControl

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

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.

Public Properties

[read-only]
static
AppearanceUIRefreshControl.UIRefreshControlAppearance. Strongly-typed property that returns the UIAppearance class for this class.
AttributedTitleFoundation.NSAttributedString. The text to show for the refresh control as an attributed string.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Refreshingbool. Whether the UIRefreshControl is currently refreshing.

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIRefreshControl.UIRefreshControlAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
BeginRefreshing()
Begins refreshing.
EndRefreshing()
Ends refreshing.
static
GetAppearance<T>() : UIRefreshControl.UIRefreshControlAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIRefreshControl.UIRefreshControlAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIRefreshControl.UIRefreshControlAppearance
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIRefreshControl object.