自动操作第三方自定义控件是一个重要的过程。
Automating third-party custom controls is not a trivial process.
描述可以创作的自定义控件的种类。
演示如何自定义控件的外观。
介绍如何为WPF自定义控件创建工具箱图标。
Describes how to create a Toolbox icon for a WPF custom control.
描述通过设计和继承来创建自定义控件的技术。
Describes techniques for creating custom controls through design and inheritance.
演示如何为自定义控件或组件定义默认属性值。
Shows how to define default property values for a custom control or component.
自定义控件可能不会提供有效的运行时标识符。
Custom controls might not provide a valid runtime identifier.
可以组合现有控件、扩展现有控件或创作自己的自定义控件。
You can combine existing controls, extend existing controls, or author your own custom controls.
这是关于使第三方自定义控件自动化操作中,两部分组成系列中的第一部分。
This article is the first installment of a two-part series about automating third-party custom controls.
这是关于使第三方自定义控件自动化操作中,两部分组成系列中的第一部分。
This is the first installment of a two-part series about automating third-party custom controls.
下表显示了可用于在设计时指定自定义控件和组件的行为的特性。
The following table shows the attributes you can apply to specify the behavior of your custom controls and components at design time.
扩展点是业务数据类型、界面模板、数据源、主题、shell和自定义控件。
Extension points are business data types, screen templates, data sources, themes, shells and custom controls.
如果将自定义控件打包为程序集,则使用强名称对该程序集进行签名。
If you package your custom control as an assembly, sign the assembly with a strong name.
这个框架也给开发人员创建自定义控件的能力,以便生成丰富的Web前端界面。
This framework also gives developers the ability to create custom controls to produce rich web front-ends.
如果可能,在强名称程序集中使用自定义控件并选择受信任的发行者。
When possible, work with custom controls in strongly-named assemblies and with trusted publishers.
你可以使用自定义控件外观和动画,指示非标准控件是如何被使用的。
You can use custom control visuals and animations to suggest how nonstandard controls are used.
设计时,自定义控件的设计器组件与其设计宿主运行在同一个信任级别。
At design time, the designer component of a custom control runs with the same level of trust as its design host.
对于自定义控件来说,需要执行其他工作才能确保编程访问能够正确实现。
Custom controls require additional work to ensure that programmatic access is correctly implemented.
演示如何为自定义控件或组件实现属性,并介绍如何将该属性集成到设计环境中。
Shows how to implement a property for a custom control or component and shows how to integrate the property into the design environment.
你还可以为每个字段有自定义控件,但它也会处理一些事情比你实现更简洁一点也。
You could still have your custom widgets for each field, but it would also handle a few things a little more concise than your implementation does.
我有一些自定义控件上动态生成网页,可以代表加入他们的事件处理程序的页面加载。
I've got some custom controls on a dynamically build web page that can have delegates added to their event handlers as the page loads.
除了自定义控件,没有什么能比使一个测试自动化项目变得更有趣的了,尤其是第三方自定义控件。
Nothing makes a test automation project more interesting than custom controls, especially third-party custom controls.
本文将讨论一些初级和高级技巧,包括将事件处理程序添加到自定义控件,以及配置控件的外观和行为。
It introduces techniques for adding event handlers to a custom control, as well as advanced techniques for configuring the control's presentation and behavior.
通常,通过实现IButtonControl,所有的自定义控件都可以有表单中的按钮同样的效果。
In general, by implementing IButtonControl, any custom control can act like a button on a form.
在使用WPF或Silverlight进行普通编程时,创建自定义控件或多或少是你需要完成的事情。
When doing normal programming with WPF or Silverlight, creating custom controls is more or less just something to do if you happen to need one.
显然,更完善的应用程序还可能以更复杂的方式和页面交互,也许会用到表单、页面区域和自定义控件。
Obviously, a more full-fledged application is likely to interact with a page in more sophisticated ways, perhaps using forms, page regions and custom widgets.
加强反馈。你可使用自定义控件外观和动画反馈给用户事件正确执行或者不正确,或者显示操作进程。
Improve feedback. You can use custom control visuals and animations to give feedback to show that something is being done correctly or incorrectly, or to show progress.
为了解决这个我们必须点击升级按钮,然后将所有自定义控件[这是与标准控件的自定义插件]部分。
To solve this we have to click on the upgrade button, and then we have to replace all the custom controls [which were part of the custom plugin] with standard controls.
这是成功地使RationalFunctionalTester与自定义控件相互作用的关键的第一步。
This is the critical first step to successfully getting Rational Functional Tester to interact with custom controls.
这是成功地使RationalFunctionalTester与自定义控件相互作用的关键的第一步。
This is the critical first step to successfully getting Rational Functional Tester to interact with custom controls.
应用推荐