绘制具有操作系统的当前视觉样式的文本框控件。
Draws a text box control with the current visual style of the operating system.
文本框控件可用来创建用户输入文字用的文本框。
The TextBox control is used to create a text box where the user can input text.
可以使用此属性确定用户是否修改了文本框控件的内容。
You can use this property to determine if the user has modified the contents of the text box control.
还可以在代码中设置此属性,指示是由应用程序更改了文本框控件。
You can also set this property in code to indicate that changes were made to the text box control by the application.
绘制具有指定的状态和边界以及指定的文本和文本边界的文本框控件。
Draws a text box control in the specified state and bounds, and with the specified text and text bounds.
绘制具有指定的状态和边界以及指定的文本、文本边界和文本格式的文本框控件。
Draws a text box control in the specified state and bounds, and with the specified text, text bounds, and text formatting.
现在我准备模拟用户在文本框控件中键入一种颜色,并从Combobox控件选择一种颜色。
Now I'm ready to simulate a user typing a color into the textbox control and selecting a color from the combobox control.
例如,可以向文本框控件中输入文本,并使用此表达式搜索从数据源控件返回的列中的该文本。
For example, you can enter text into a text box control and use the expression to search for that text in columns that are returned from a data source control.
此属性可由验证和数据保存方法使用,以确定文本框控件是否被更改了,以便验证或保存所更改的内容。
This property can be used by validation and data-saving methods to determine if changes were made in a text box control so the changed contents can be validated or saved.
当你创建完一个图形用户界面皮肤之后,你可以在监视窗中编辑它包含的所有样式,例如,文本框样式将被应用于所有的文本框控件。
After you have created a GUISkin, you can edit all of the Styles it contains in the Inspector. For example, the Text Field Style will be applied to all Text Field Controls.
采购表单使用到了先前还未用过的输入控件,即文本框。
The procurement form USES another previously unused input control, the text box.
这种方法需要你手动将一系列适当的控件分区域地添加到窗体中,例如标签和文本框,结果就像Figure6显示的那样。
This approach requires you to add fields to the form manually as a set of appropriate controls, such as Labels and TextBoxes, resulting in something that looks like Figure 6.
与简单的文本框不同,不能直接读取该控件的value属性 —必须遍历下拉菜单的选项,直到发现当前选中的项(selected)。
Unlike simple text boxes, you can't just read the value property of the control—you must iterate over the drop-down menu's options until you find the one that is currently selected.
模拟用户在文本框和Combobox控件中键入颜色的操作之后,自动化会模拟点击按钮控件。
After simulating the actions of a user entering colors for the textbox and combobox controls, the automation simulates clicking of the button control.
在本文中,介绍了如何为带有不同html控件的表格数据显示创建自定义标记,包括href、选择框、单选按钮、文本框和组合框。
In this article, you learned how to create a custom tag for table data display with different HTML controls, including href, checkbox, radio button, text field, and combo box.
我将介绍如何为表格显示创建自定义标记,让它有足够的灵活性以应付不同的HTML控件,如href、选择框、单选按钮、文本框和组合框。
Here, I'll explain how to create a custom tag for table display that is flexible enough to handle different HTML controls, such as href, checkbox, radio button, text field, and combo box.
Rails模板中的Ruby片段定义了各种可视化的以及数据绑定控件,例如文本框和日期选择器。
The Ruby fragments in Rails templates define all kinds of visual and data-bound controls such as text entry fields buttons and date-time pickers.
SearchLocations页面演示如何使用事件处理程序,以及如何将更新面板与两个控件挂在一起(一个SELECT和一个INPUT文本框)。
The Search Locations page demonstrates how to use the event handlers, as well as how to hook the update panel to two controls (a SELECT and an INPUT text box).
集成开发环境的另一项改进是VisualStudio 2005中的Windows窗体提供了新的控件,并改进了广受欢迎的旧控件例如文本框和复合列表框。
In addition to the IDE improvements, Windows Forms in Visual Studio 2005 offers new controls as well as improvements to old favorites such as the TextBox and ComboBox.
该用户控件显示一个只读文本框,其中有一个数字和两个箭头,用户可以单击这两个箭头来增加和减少文本框中的值。
The user control displays a read-only text box with a number in it and two arrows that users can click to increment and decrement the value in the text box.
将符号添加到html符号表以匹配按钮、控件、文本框和向导使用的其他元素。
Add symbols to the HTML symbol table to match the buttons, controls, text boxes, and other elements that your wizard USES.
现在,当我调整窗体控件对齐到左和其他文本框右侧。
Now when I resize the form the controls are aligned to left and the other textbox to right.
创建文件上载控件,该控件带有一个文本框和一个浏览按钮。
Creates a file upload object with a text box and Browse button.
其中的一个示例就是由文本框和重置按钮组成的控件。
An example of a composite control is a control that consists of a text box and a reset button.
可以在多行文本框中使用此方法,以确保当前文本的输入点位于该控件的可见区域内。
You can use this method in a multiline text box to ensure that the current text entry point is within the visible region of the control.
可以在多行文本框中使用此方法,以确保当前文本的输入点位于该控件的可见区域内。
You can use this method in a multiline text box to ensure that the current text entry point is within the visible region of the control.
应用推荐