The C1LaunchPadItem type exposes the following members.

Constructors

  Name Description
Public method C1LaunchPadItem
Initializes a new instance of the C1LaunchPadItem 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 CaptionElement
Gets the caption element.
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 ImageUrl
Gets or sets the URL to the image associated with this item. Default value is empty string.
Public property IsInitialized
Gets a value indicating whether this instance is initialized.
(Inherited from IPhoneElement.)
Public property NavigateUrl
Gets or sets the URL to link to when the hyperlink is clicked in the item. Default value is empty string.
Public property Page
Gets the C1LaunchPage that owns this item. Only applicable for items that located inside C1LaunchPage.
Public property PropertiesState
Hash object what contains values of the properties.
(Inherited from IPhoneElement.)
Public property Text
Gets the text.
Public property Visible
Gets or sets visibility state of the element.
(Inherited from IPhoneElement.)

See Also