BooleanImageElement Class

Definition

This class is used to render a string + a state in the form of an image.

public class BooleanImageElement : MonoTouch.Dialog.BaseBooleanImageElement
type BooleanImageElement = class
    inherit BaseBooleanImageElement
Inheritance

Constructors

BooleanImageElement(String, Boolean, UIImage, UIImage)

Fields

Caption

The caption to display for this given element

(Inherited from Element)
Parent

Handle to the container object.

(Inherited from Element)

Properties

CellKey

Subclasses that override the GetCell method should override this method as well

(Inherited from BaseBooleanImageElement)
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)
Value

The value of this boolean element.

(Inherited from BoolElement)

Methods

Deselected(DialogViewController, UITableView, NSIndexPath) (Inherited from Element)
Dispose() (Inherited from Element)
Dispose(Boolean)
GetActiveCell() (Inherited from Element)
GetCell(UITableView) (Inherited from BaseBooleanImageElement)
GetContainerTableView() (Inherited from Element)
GetImage()
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 localized version of the boolean value (on/off).

(Inherited from BoolElement)

Events

Tapped (Inherited from BaseBooleanImageElement)
ValueChanged

Event raised when the Value property changes.

(Inherited from BoolElement)

Applies to