The C1Picker type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() |
AddCssClass |
Add CssClass to DOM element.
(Inherited from IPhoneElement.) |
![]() |
AssignPropertiesState |
Assigns new properties state hash.
(Inherited from IPhoneElement.) |
![]() |
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.) |
![]() |
Dispose |
Releases unmanaged and - optionally - managed resources.
(Inherited from IPhoneElement.) |
![]() |
GetItemByIndex |
Gets the item by its index.
|
![]() |
Initialize |
Initializes this instance.
(Overrides IPhoneElement..::..Initialize()()()().) |
![]() |
Invalidate |
Invalidates the entire surface of the control and causes the control to be
redrawn.
Do Layout actions here.
(Overrides IPhoneElement..::..Invalidate()()()().) |
![]() |
IsDOMVisible |
Returns true if control's container element is visible.
(Inherited from IPhoneElement.) |
![]() |
RemoveCssClass |
Remove CssClass from DOM element.
(Inherited from IPhoneElement.) |
![]() |
SetSelectedIndexByValue |
Sets the selected index by value.
|
![]() |
SwitchSelectedIndexTo |
Switches the index of the selected.
|
![]() |
ToggleCssClass |
Toggle CssClass for DOM element.
(Inherited from IPhoneElement.) |
Fields
Name | Description | |
---|---|---|
![]() |
Element |
Associated DOM Element.
(Inherited from IPhoneElement.) |
![]() |
UID |
Unique ID of the this IPhoneElement.
(Inherited from IPhoneElement.) |
Properties
Name | Description | |
---|---|---|
![]() |
Enabled |
Gets or sets a value indicating whether the Web server control is enabled.
|
![]() |
ID |
Gets the ID of the DOM element.
(Inherited from IPhoneElement.) |
![]() |
Index |
Gets the index.
|
![]() |
IsInitialized |
Gets a value indicating whether this instance is initialized.
(Inherited from IPhoneElement.) |
![]() |
Items |
Gets a C1PickerItemCollection object that includes the child items in the C1Picker control.
|
![]() |
LabelElement |
Gets the label element.
|
![]() |
Name |
Gets or sets the name of the wheel.
|
![]() |
PickerDataElement |
Gets the wheel data element.
|
![]() |
PropertiesState |
Hash object what contains values of the properties.
(Inherited from IPhoneElement.) |
![]() |
SelectedIndex |
Gets or sets the index of the selected item.
|
![]() |
SelectedItem |
Gets the selected item.
|
![]() |
SelectedItemValue |
Gets selected item value.
|
![]() |
Visible |
Gets or sets visibility state of the element.
(Inherited from IPhoneElement.) |
![]() |
Width |
Gets or sets the width of the picker in pixels. The default width is 58px.
|