The IPhoneElement type exposes the following members.

Constructors

  Name Description
Public method IPhoneElement
Creates a new instance of an IPhoneElement.

Methods

  Name Description
Public method AddCssClass
Add CssClass to DOM element.
Public method AssignPropertiesState
Assigns new properties state hash.
Public method CreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.
Public method Dispose
Releases unmanaged and - optionally - managed resources.
Public method Static member FindInstanceByElement
Finds the instance by element.
Public method Initialize
Initializes this instance.
Public method Invalidate
Invalidates the entire surface of the control and causes the control to be redrawn. Do Layout actions here.
Public method IsDOMVisible
Returns true if control's container element is visible.
Public method RemoveCssClass
Remove CssClass from DOM element.
Public method ToggleCssClass
Toggle CssClass for DOM element.

Fields

  Name Description
Public field Static member all
Use this field to access IPhoneElement by its unique id.
Public field Element
Associated DOM Element.
Public field UID
Unique ID of the this IPhoneElement.

Properties

  Name Description
Public property ID
Gets the ID of the DOM element.
Public property IsInitialized
Gets a value indicating whether this instance is initialized.
Public property PropertiesState
Hash object what contains values of the properties.
Public property Visible
Gets or sets visibility state of the element.

See Also