David的测试技术空间,收藏好文档和分享我的技术理解。5年的数通产品测试和安全产品测试经验,3年Web产品测试和多年测试管理和测试工具开发经验。目前关注性能分析调优、Jmeter和TestNG+WebDriver+Hamcrest的培训推广。Welcome沟通交流,请留言或者发邮件到daviwang_2004 at soguo.com。

Windows Controls

上一篇 / 下一篇  2007-08-18 10:45:42 / 个人分类:Windows

转贴:http://msdn2.microsoft.com/en-us/library/ms649779.aspx,对理解UI有好处

 

Windows Controls

A control is a child window that an application uses in conjunction with another window to enable user interaction. Controls are most often used within dialog boxes, but they can also be used in other windows. Controls within dialog boxes provide the user with a way to type text, choose options, and initiate actions. Controls in other windows provide a variety of services, such as letting the user choose commands, view status, and view and edit text.

The common controls overview documentation describes the common controls delivered in Microsoft Windows and the programming elements used to create and manipulate them. The overviews also discuss the enhancements that are available with Microsoft Internet Explorer 3.0x through 6.0.

The following table lists the Windows controls.

ControlDescrīption
AnimationAn animation control is a window that displays an Audio-Video Interleaved (AVI) clip.
ButtonButton controls typically notify the parent window when the user chooses the control.
Combo BoxCombo box controls are a combination of list boxes and edit controls, letting the user choose and edit items.
ComboBoxExAbout ComboBoxEx Controlsare an extension of the combo box control that provides native support for item images.
Date and Time PickerA date and time picker (DTP) control provides a simple and intuitive interface through which to exchange date and time information with a user.
Drag List BoxDrag List Boxesare a type of list box that enables the user to drag items from one position to another.
EditEdit controls let the user view and edit text.
Flat Scroll BarFlat scroll bars have a more customizable appearance than standard scroll bars.
HeaderA header control is a window that is usually positioned above columns of text or numbers. It contains a title for each column, and it can be divided into parts.
Hot KeyA hot key control is a window that enables the user to enter a combination of keystrokes to be used as a hot key.
Image ListsAn image list is a collection of images of the same size, each of which can be referred to by its index.
IP AddressAn Internet Protocol (IP) address control allows the user to enter an IP address in an easily understood format.
List BoxList box controls display a list from which the user can select one or more items.
List-ViewA list-view control is a window that displays a collection of items. This control provides several ways to arrange and display the items.
Month CalendarA month calendar control implements a calendar-like user interface.
PagerA pager control is a window container that is used with a window that does not have enough display area to show all of its content.
Progress BarA progress bar is a window that an application can use to indicate the progress of a lengthy operation.
Property SheetA property sheet is a window that allows the user to view and edit the properties of an item.
ReBarA rebar control is a container for child windows. An application assigns child windows, which are often other controls, to a rebar control band.
Rich EditA Rich Edit control enables the user to view and edit text with character and paragraph formatting, and can include embedded COM objects.
Scroll BarA scroll bar enables the user to choose the direction and distance to scroll information in a related window.
StaticA static control can act as a label for other controls.
Status BarA status bar is a horizontal window at the bottom of a parent window in which an application can display various kinds of status information.
SysLinkA SysLink control provides a convenient way to embed hypertext links in a window.
TabA tab control is analogous to the dividers in a notebook or the labels in a file cabinet. By using a tab control, an application can define multiple pages for the same area of a window or dialog box.
Task DialogTask dialogs provide a more powerful alternative to simple message boxes, incorporating elements such as custom buttons, radio buttons, hyperlinks, and progress bars.
ToolbarA toolbar is a control window that contains one or more buttons. Each button, when clicked by a user, sends a command message to the parent window.
ToolTipToolTips are mostly hidden. They appear automatically (pop up), when the user pauses the mouse pointer over a tool.
TrackbarA trackbar is a window that contains a slider and optional tick marks. When the user moves the slider, using either the mouse or the direction keys, the trackbar sends notification messages to indicate the change.
Tree-ViewA tree-view control is a window that displays a hierarchical list of items, such as the headings in a document, the entries in an index, or the files and directories on a disk.
Up-DownAn up-down control is a pair of arrow buttons that the user can click to increment or decrement a value, such as a scroll position or a number displayed in a companion control.

TAG: Windows

 

评分:0

我来说两句

Open Toolbar