次の方法で共有


ImageStringElement クラス

定義

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

public class ImageStringElement : MonoTouch.Dialog.StringElement
type ImageStringElement = class
    inherit StringElement
継承
ImageStringElement

コンストラクター

ImageStringElement(String, Action, UIImage)

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

ImageStringElement(String, String, UIImage)

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

ImageStringElement(String, UIImage)

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

フィールド

Alignment

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

(継承元 StringElement)
Caption

この指定された要素に表示するキャプション

(継承元 Element)
Parent

コンテナー オブジェクトへのハンドル。

(継承元 Element)
Value

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

(継承元 StringElement)

プロパティ

Accessory

セルに使用するアクセサリを決定します

CellKey

GetCell メソッドをオーバーライドするサブクラスも、このメソッドをオーバーライドする必要があります

IndexPath

特定の要素の IndexPath を返します。 これはリーフ要素に対してのみ有効です。要素がまだアタッチされていない場合は、最上位レベルの RootElement または の Section では機能しません。

(継承元 Element)

メソッド

Deselected(DialogViewController, UITableView, NSIndexPath)

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

(継承元 Element)
Dispose()

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

(継承元 Element)
Dispose(Boolean)

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

(継承元 Element)
GetActiveCell()

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

(継承元 Element)
GetCell(UITableView)

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

GetContainerTableView()

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

(継承元 Element)
GetImmediateRootElement()

セルがアタッチされている場合は、直ちに RootElement が返されます

(継承元 Element)
Matches(String)

セルが指定されたテキストと一致するかどうかを判断するために呼び出されるメソッド。null 値または空の文字列で呼び出されることはありません。

(継承元 StringElement)
Selected(DialogViewController, UITableView, NSIndexPath)

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

(継承元 StringElement)
Summary()

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

(継承元 StringElement)

イベント

Tapped

スタイル設定できない文字列を含むサムネイル画像を表示する要素。

(継承元 StringElement)

適用対象