The C1Picker type exposes the following members.

Constructors

  Name Description
Public method C1Picker
Initializes a new instance of the C1Picker 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 GetItemByIndex
Gets the item by its index.
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.
(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 SetSelectedIndexByValue
Sets the selected index by value.
Public method SwitchSelectedIndexTo
Switches the index of the selected.
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 Index
Gets the index.
Public property IsInitialized
Gets a value indicating whether this instance is initialized.
(Inherited from IPhoneElement.)
Public property Items
Gets a C1PickerItemCollection object that includes the child items in the C1Picker control.
Public property LabelElement
Gets the label element.
Public property Name
Gets or sets the name of the wheel.
Public property PickerDataElement
Gets the wheel data element.
Public property PropertiesState
Hash object what contains values of the properties.
(Inherited from IPhoneElement.)
Public property SelectedIndex
Gets or sets the index of the selected item.
Public property SelectedItem
Gets the selected item.
Public property SelectedItemValue
Gets selected item value.
Public property Visible
Gets or sets visibility state of the element.
(Inherited from IPhoneElement.)
Public property Width
Gets or sets the width of the picker in pixels. The default width is 58px.

See Also