Class
MobileColorPicker
Description
Displays the operating system's color picker.
Methods
Name |
Parameters |
Returns |
Shared |
---|---|---|---|
initialColor As Color, prompt As String = "", parentScreen As MobileScreen = Nil, parentControl As MobileUIControl = Nil |
Events
Name |
Parameters |
Returns |
---|---|---|
selectedColor As Color |
||
Method descriptions
MobileColorPicker.Handle
Handle As Ptr
MobileColorPicker.Show
Show(initialColor As Color, prompt As String = "", parentScreen As MobileScreen = Nil, parentControl As MobileUIControl = Nil)
Displays the system color picker using the color, prompt and location passed. On iPhone, the parentControl is discarded because it only can be shown as a modal view.
Event descriptions
MobileColorPicker.Closing
Closing
The color picker is closing.
MobileColorPicker.ColorSelected
ColorSelected(selectedColor As Color)
The user selected the color passed.
MobileColorPicker.Opening
Opening
The color picker is opening.