ActivityElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An element that can be used to show an activity indicator.
public class ActivityElement : MonoTouch.Dialog.Element
type ActivityElement = class
inherit Element
- Inheritance
Remarks
This is a fixed size element that shows an activity indicator. You can turn this on and off by setting the Animating property.
Constructors
ActivityElement() |
Default constructor. |
Fields
Caption |
The caption to display for this given element (Inherited from Element) |
Parent |
Handle to the container object. (Inherited from Element) |
Properties
Animating |
Controls the animation for the activity indicator. |
CellKey | |
IndexPath |
Returns the IndexPath of a given element. This is only valid for leaf elements, it does not work for a toplevel RootElement or a Section of if the Element has not been attached yet. (Inherited from Element) |
Methods
Deselected(DialogViewController, UITableView, NSIndexPath) | (Inherited from Element) |
Dispose() | (Inherited from Element) |
Dispose(Boolean) | |
GetActiveCell() | (Inherited from Element) |
GetCell(UITableView) | |
GetContainerTableView() | (Inherited from Element) |
GetImmediateRootElement() |
If the cell is attached will return the immediate RootElement (Inherited from Element) |
Matches(String) |
Method invoked to determine if the cell matches the given text, never invoked with a null value or an empty string. (Inherited from Element) |
Selected(DialogViewController, UITableView, NSIndexPath) | (Inherited from Element) |
Summary() |
Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects. (Inherited from Element) |