The C1LaunchPage type exposes the following members.

Constructors

  Name Description
Public method C1LaunchPage
Initializes a new instance of the C1LaunchPage class.

Methods

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

Fields

  Name Description
Public field Element
Associated DOM Element.
(Inherited from IPhoneElement.)
Public field UID
Unique ID of the this IPhoneElement.
(Inherited from IPhoneElement.)

Properties

  Name Description
Public property Enabled
Gets or sets a value indicating whether the Web server control is enabled.
Public property ID
Gets the ID of the DOM element.
(Inherited from IPhoneElement.)
Public property IsInitialized
Gets a value indicating whether this instance is initialized.
(Inherited from IPhoneElement.)
Public property Items
Gets a C1LaunchPadItemCollection object that includes the child items in the C1LaunchPad control.
Public property PropertiesState
Hash object what contains values of the properties.
(Inherited from IPhoneElement.)
Public property Visible
Gets or sets visibility state of the element.
(Inherited from IPhoneElement.)

See Also