FloatElement 类

定义

用于在屏幕上显示滑块。

public class FloatElement : MonoTouch.Dialog.Element
type FloatElement = class
    inherit Element
继承
FloatElement

构造函数

FloatElement(Single)

用于在屏幕上显示滑块。

FloatElement(UIImage, UIImage, Single)

用于在屏幕上显示滑块。

字段

Caption

要为此给定元素显示的标题

(继承自 Element)
MaxValue

用于在屏幕上显示滑块。

MinValue

用于在屏幕上显示滑块。

Parent

容器对象的句柄。

(继承自 Element)
ShowCaption

用于在屏幕上显示滑块。

Value

用于在屏幕上显示滑块。

属性

CellKey

替代 GetCell 方法的子类也应重写此方法

IndexPath

返回给定元素的 IndexPath。 这仅适用于叶元素,如果尚未附加元素,则不适用于 toplevel RootElement 或 的 Section。

(继承自 Element)

方法

Deselected(DialogViewController, UITableView, NSIndexPath)

用于在屏幕上显示滑块。

(继承自 Element)
Dispose()

用于在屏幕上显示滑块。

(继承自 Element)
Dispose(Boolean)

用于在屏幕上显示滑块。

GetActiveCell()

用于在屏幕上显示滑块。

(继承自 Element)
GetCell(UITableView)

用于在屏幕上显示滑块。

GetContainerTableView()

用于在屏幕上显示滑块。

(继承自 Element)
GetImmediateRootElement()

如果附加了单元格,将返回立即的 RootElement

(继承自 Element)
Matches(String)

调用的方法用于确定单元格是否与给定文本匹配,从不使用 null 值或空字符串调用。

(继承自 Element)
Selected(DialogViewController, UITableView, NSIndexPath)

用于在屏幕上显示滑块。

(继承自 Element)
Summary()

用于在屏幕上显示滑块。

适用于