User Tools

Site Tools


compact_framework_controls_by_function.htm
Navigation:  Clarion.Net (Clarion#) > Windows Mobile >====== Compact Framework Controls by Function ====== Previous pageReturn to chapter overviewNext page

Commands

Command

Appearance of the Command control varies depending on its property settings and the type of device in which it is being rendered. It can appear as a button, image, link, or softkey. A softkey is a programmable button available on many cell phones.

Link

Displays text that serves as a hyperlink. The hyperlink can lead to another form on the same ASP.NET mobile Web page or to any other URL. For devices that support softkeys (a programmable button available on many cell phones), you can also specify text for softkey captions. If you want to create an image that is also a link, use an Image control.

Date setting

Calendar

Presents users with a calendar. It also offers date-picking functionality. A Calendar control must be placed within a Form or Panel control, or inside a control's template on a mobile Web page.

Graphics display

AdRotator

Randomly select and display images (usually advertisement banners) Must be placed within a Form or Panel control, or inside a control's template on a mobile Web page.

Image

Specify an image to display. Image controls must be placed within a Form or Panel control, or inside a control's template on a mobile Web page.

Phone operations

PhoneCall

Enables your application to place calls for the user. A PhoneCall control must be placed within a Form or Panel control, or inside a control's template on a mobile ASP.NET Web page.

Text display (read-only)

Label

Displays text that the user cannot edit. If you want to display text that the user can edit, use the TextBox control.

Text edit

TextBox

Enable users to enter a string. The TextBox control can mask input for passwords if the user's device supports it. A TextBox control must be placed within a Form or Panel control, or inside a control's template on a ASP.NET mobile Web page. You can also drag it onto a mobile user control.

Text editing

TextView

Display large quantities of text. In this control, you can style text to appear with normal, bold, and italic formatting and to include line breaks, paragraph markers, and hyperlinks. A TextView control must be placed onto a Form or Panel control, or inside a control's template on a mobile Web page. You can also drag it onto a mobile user control page.

compact_framework_controls_by_function.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1