Share via


Metabase and the User Interface

Send Feedback

The following table shows the user interface elements supported by the metabase. It includes the data types supported by the metabase and any specific semantics supported by the data type. Semantics are used to further describe the type of data used in the setting. For example, a string control can further be defined as a phone number field. The settings control panel will display the setting using an edit control that has text entry restrictions appropriate to a phone number.

Note   When a Configuration Service Provider is created, the characteristic XML element's type attribute and parm XML element name attribute must not use *.

Data Type Semantic Type Supports Options Visual Representation
date None No Date edit control with a long date format.
date short-date_time No Date edit control with a short date format.
time None No Time edit control with seconds.
time short-date_time No Time edit control without seconds.
boolean N/A No Checkbox.
integer None No An edit control into which the user can only enter an integral value.
integer None A string of the format:"red=2;blue=3;green=4" A spinner control that displays the values red, blue, and green to the user. The user's choice is always passed down in the value as the corresponding integral value.
integer Level No A progress bar control. The value must be between 0 and 100
string None No A standard edit control in multipress mode
string N/A A string of the format: "red;green;blue" A spinner control that displays the values red, blue, and green to the user. The user's choice is passed down simply as the string selected in the UI
string N/A A string of the format:"Happy Song=happy.wav;Soft Melody=sm.mid;annoyng Beep=beep.wav" A spinner control that displays the values on the left-hand side of each equal sign to the user. The user's choice is passed down in the value as the corresponding string for the right-hand side. For example, the file name in this case.
string email No An edit control suitable for entering e-mail addresses
string text No An expandable edit control in predictive text entry mode
string url No An edit control suitable for entering a URL
string phone-number No An edit control suitable for entering a phone number
string alphanumeric-password No An edit control for entering an alpha numeric password. The contents are hidden from display using asterisks
string numeric-password No An edit control for entering a numeric password. The contents are hidden from display using asterisks
string label No A static read-only label
string link No A read-only control which indicates to the user that it is actionable

See Also

Metabase Settings

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.