The C1Cover type exposes the following members.

Constructors

  Name Description
Public method C1Cover
Initializes a new instance of the C1Cover 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.
(Inherited from IPhoneElement.)
Public method Invalidate
Invalidates the entire surface of the control and causes the control to be redrawn. Do Layout actions here.
(Overrides IPhoneElement..::..Invalidate()()()().)
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 AllowOpen
Gets or sets a value indicating whether cover can be opened.
Public property BackCoverContent
Gets or sets the back content.
Public property BackCoverContentElement
Gets the back content element.
Public property BackCoverText
Gets or sets the back cover text.
Public property BackCoverTextElement
Gets the back text element.
Public property BackElement
Gets the back element.
Public property BackImageElement
Gets the back image element.
Public property CanvasElement
Gets the canvas element.
Public property Enabled
Gets or sets a value indicating whether the Web server control is enabled.
Public property FrontCoverContent
Gets or sets custom cover content.
Public property FrontCoverContentElement
Gets the back content element.
Public property FrontElement
Gets the front element.
Public property ID
Gets the ID of the DOM element.
(Inherited from IPhoneElement.)
Public property ImageElement
Gets the image element.
Public property ImageUrl
Gets or sets the URL path to the image that is displayed in front of the cover.
Public property Index
Gets the index.
Public property IsInitialized
Gets a value indicating whether this instance is initialized.
(Inherited from IPhoneElement.)
Public property PropertiesState
Hash object what contains values of the properties.
(Inherited from IPhoneElement.)
Public property Text
Gets or sets the text that will be shown in front of the cover.
Public property TextElement
Gets the text element.
Public property Visible
Gets or sets visibility state of the element.
(Inherited from IPhoneElement.)

See Also