在设计时可以使用对话框编辑器来设置控件的属性。
Properties of controls can be set at design time using the Dialog editor.
附加属性很有用,因为它让父面板可以扩展其中包含的控件的属性集。
Attached properties are useful as they allow a parent panel to extend the property set of a control contained within it.
此外,在设计时可将应用程序设置绑定到窗体或控件的属性。
In addition, application Settings can be bound to a property of a form or control at design time.
指定要与数据源控件绑定的数据绑定控件的属性的DISPID。
Specifies the DISPID of a property on a data-bound control that is to be bound to a data-source control.
还可以编辑控件的属性,如控件的ID或者运行时控件最初是否可见。
You can also edit the properties of a control, such as its ID, or whether it is initially visible at run time.
如果您已经编制了项目,你会得到这一点,下一步就是要改变控件的属性。
If you have compiled the project and you get this, the next step is to change the properties of the control.
您应该只通过拥有控件底层窗口句柄的线程访问(包含Form)控件的属性。
You should only access properties of a control (that includes a Form) from the thread that owns the control's underlying window handle.
应用实例表明,控件的属性类的设计必须考虑其应用的透明性和修改的封装性。
The example shows that the design of control property class must be considered its application transparence and modification seal.
开发中从控件的显示界面、控件的属性、控件的事件和方法等方面进行规划和实现。
The development includes planning and realizing in such aspects of the controls as the displaying interfaces, properties, events and methods.
这就像询问开发人员使用每个控件的属性和方法一样简单,或者会涉及更多一点的内容。
This could be as simple as asking a developer for the properties and methods to use for each control, or it could be a bit more involved.
控件的属性是由编译器接受,导致运行时“不存在”的错误,但在运行时用户好的作品!
Control property is accepted by the compiler, causes a runtime "doesn't exist" error in UserControl - but works fine at runtime!
它与其父控件拥有相同的构成控件,但除非将构成控件的属性特别公开,否则它们将不可用。
It possesses the same constituent controls as its parent control, but the properties of the constituent controls will not be available unless they were specifically exposed.
讨论在可视化图形界面程序设计过程中有关控件的属性类的应用,解决业内人士在类设计方面的疑惑。
Discuss application about control property class for solving that many specialty men have meet puzzles in visual graphic form program design.
在一个表单上可以包含多个基本控件,全面掌握这些控件的属性、事件和方法程序是进行系统开发的基础。
We can include many basic control in a frame. completely grasping property, event and method of these controls is the fundament of working system exploring.
如果您将属性值添加到窗体及其控件的属性表,则VisualStudio会在幕后于一个已编译为非特定程序集的资源文件中维护它们。
As you add property values into the property sheet for the form and its controls, Visual Studio maintains them in a resource file behind the scenes that is compiled into the neutral assembly.
在ASP.NET使用上传控件的第一步:在WebForm里添加这个服务器控件(查看UploadPage/Default.aspx),然后设置控件的属性。
The first step in using it in ASP.NET is to add the server control to a Web form (see UploadPage/Default.aspx) and setting the upload page in the server control's properties.
该接口为通用的属性和行为定义MSAA 1.3属性和方法,并且提供对所有UI控件的访问。
This interface defines MSAA 1.3 properties and methods for the most common attributes and behaviors, and provides access to all UI controls.
GetValue需要一个索引对象参数,因为属性可被索引(例如,当我试图获取Listbox控件的Items属性时)。
GetValue requires an indexed object argument because properties can be indexed (for example if I was trying to get an Items property of a listbox control).
这些控件将UI属性呈现给输出,而复杂的逻辑确保它们的表示是在“正确的”地方。
These controls render UI properties into outputs, and sophisticated logic ensures their presentation is at the "right" place.
默认属性组合框为数据绑定设置控件的主要属性。
The Default attribute combo box sets the primary attribute on the control for data binding.
这样之后,你就可以在其中的控件上,用XAML的“附加属性”语法指定它属于哪一行、哪一列。
You can then use the XAML "Attached Property" syntax on controls contained within the grid to indicate which grid row and column they should be populated within.
图5显示的是目前使用控件状态的控件列表及其存储的属性,供您参考。
Figure 5 shows a list of the controls that currently make use of control state and what properties they store there for your reference.
例如,自动化并不模拟对textBox 1控件的各次击键,而是直接设置text属性。
For example, instead of simulating individual keystrokes into the textBox1 control the automation sets the text property directly.
同样,自动化不模拟对comboBox 1控件的点击,而是设置SelectedIte m属性。
And instead of simulating clicks on the comboBox1 control, the automation sets the SelectedItem property.
整个项目由一个外部xml配置文件来驱动,根据这个配置文件,能构从该x ml文件本身直接访问Fosfr主要控件的所有属性。
An external XML configuration file that allows access to all the properties of the major components of Fosfr directly from the XML file drives the entirety of the project.
通过在所生成的表单中生成下列标记,将用于PostalAddress元素的type属性的控件作为XFormsselect1控件来进行研究。
Surfacing the control for the type attribute of the PostalAddress element as an XForms select1 control by generating the following markup within the generated form.
通过在所生成的表单中生成下列标记,将用于PostalAddress元素的type属性的控件作为XFormsselect1控件来进行研究。
Surfacing the control for the type attribute of the PostalAddress element as an XForms select1 control by generating the following markup within the generated form.
应用推荐