Class
MobileColorPicker
Description
Displays the operating system's color picker.
Properties
Name |
Type |
Read-Only |
Shared |
---|---|---|---|
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 |
||
Property descriptions
MobileColorPicker.HasAlpha
HasAlpha As Boolean
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.
Compatibility
Project Types |
Mobile |
Operating Systems |
iOS |
See also
MobileControl parent class