ImageStringElement Class

Definition

An element that displays an thumbnail image with a string, not stylable.

public class ImageStringElement : MonoTouch.Dialog.StringElement
type ImageStringElement = class
    inherit StringElement
Inheritance
ImageStringElement

Constructors

ImageStringElement(String, Action, UIImage)
ImageStringElement(String, String, UIImage)
ImageStringElement(String, UIImage)

Fields

Alignment (Inherited from StringElement)
Caption

The caption to display for this given element

(Inherited from Element)
Parent

Handle to the container object.

(Inherited from Element)
Value (Inherited from StringElement)

Properties

Accessory

Determines the accessory to use for the cell

CellKey

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

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) (Inherited from Element)
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 StringElement)
Selected(DialogViewController, UITableView, NSIndexPath) (Inherited from StringElement)
Summary() (Inherited from StringElement)

Events

Tapped (Inherited from StringElement)

Applies to