UIObjectFrame
|
Color for the border of user interface objects (such as command buttons, push buttons, selector triggers, menus, arrows checkboxes, and other controls).
|
UIObjectFill
|
The background color for a solid or "filled" user interface object.
- Note that UI objects in tables use the
UIField ... colors instead of the UIObject ... colors.
|
UIObjectForeground
|
The color for foreground items (such as labels or graphics) in a user interface object.
|
UIObjectSelectedFill
|
The background color of the currently selected user interface object, whether that object is solid or not.
|
UIObjectSelectedForeground
|
The color of foreground items in a selected user interface object.
|
UIMenuFrame
|
The color of the border around the menu.
|
UIMenuFill
|
The background color of a menu item.
|
UIMenuForeground
|
The color of the menu's text.
|
UIMenuSelectedFill
|
The background color of a selected menu item.
|
UIMenuSelectedForeground
|
The color of the text of a selected menu item.
|
UIFieldBackground
|
The background color of an editable text field.
|
UIFieldText
|
The color of the text in the editable field.
|
UIFieldTextLines
|
The color of underlines in an editable field.
|
UIFieldCaret
|
The color of the cursor in an editable text field.
|
UIFieldTextHighlightBackground
|
The background color for selected text in an editable text field.
|
UIFieldTextHighlightForeground
|
The color of the selected text in an editable text field.
|
UIFieldFepRawText
|
Color used for unconverted text in the inline conversion area when a FEP is used as a text input method (for example, on Japanese devices).
- If the FEP colors are identical to field colors, unconverted text has a solid underline.
|
UIFieldFepRawBackground
|
The background color for unconverted text in the inline conversion area when a FEP is used as a text input method.
- If the FEP colors are identical to field colors, unconverted text has a solid underline.
|
UIFieldFepConvertedText
|
Color used for converted text in the inline conversion area when a FEP is used as a text input method (for example, on Japanese devices).
- If the FEP colors are identical to field colors, converted text has a double-thick underline.
|
UIFieldFepConvertedBackground
|
The background color used for converted text in the inline conversion area.
- If the FEP colors are identical to field colors, converted text has a double-thick underline.
|
UIFieldFepUnderline
|
The color used for underlines in the inline conversion area.
|
UIFormFrame
|
The color of the border and titlebar on a form.
|
UIFormFill
|
The background color of a form. White is recommended for this value.
|
UIDialogFrame
|
The color of a border and titlebar on a modal form.
|
UIDialogFill
|
The background color of a modal form.
|
UIAlertFrame
|
The color of the border and titlebar on an alert panel.
|
UIAlertFill
|
The background color of an alert panel.
|
UIOK
|
The color for an informational icon.
|
UICaution
|
The color for a caution icon.
|
UIWarning
|
The color for a warning icon.
- Palm OS® does not currently use the
UIOK , UICaution , and UIWarning constants.
|
UILastColorTableEntry
|
Placeholder to indicate end of enum.
|