您要查找的是不是:
- Background Intelligent Transfer Control Class 1. 后台智能传送服务控件类1。
- The next step is to create the control class. 下一步为创建控件类。
- One, the control class, took the normal courses. 其中一个班被作为参照班,只上普通班应上的课程。
- The Tag and Name properties are now part of the Control class. Tag和Name属性现在是Control的一部分。
- The ViewState property mimics the ViewState property of the Control class. ViewState属性模仿Control类的ViewState属性。
- Allows users to control class loading and mandate what class to load. 允许用户控制类加载并指定要加载的类。
- Provides a base class for all ASP.NET mobile control classes. 为所有ASP.;NET移动控件类提供基类。
- It would be much easier to reuse code if a control class could be written that would handle its own background color. 如果一个控件可以处理自己的背景颜色,而且可以被重用,事情将变的简单的多。
- To derive from an existing control class, store the system class name in this property. 若要从现有的控件类派生,请将系统类的名称存储于该属性中。
- The project includes a control class and a property page class, based on the name of the project. 项目包括基于项目名称的控件类和属性页类。
- If one does not exist, create a designer class and associate it to the control class. 如果不存在,创建一个设计器类并将其与控件类关联。
- This example requires that you have a class that is either directly or indirectly derived from the Control class. 该示例要求有从Control类直接或间接派生的类。
- The following code example shows a property that belongs to a derived data-bound control class. 下面的代码示例演示属于派生的数据绑定控件类的属性。
- A value that identifies a particular control class to a factory object which can instantiate objects of that class. 可以实例化类对象的对象厂标记特定控件类使用的值。
- To debug the design-time behavior of your custom control, you will place an instance of the custom control class on a host form. 为了调试自定义控件的设计时行为,将在宿主窗体上放置自定义控件类的一个实例。
- Object, the associated control class also exposes a public property that you, as a page developer, can access by reading or writing to it. 对象的每个属性,关联的控件类还会公开公共属性,作为页开发人员,您可以通过读取或写入该公共属性对其进行访问。
- Element that directly maps the control class to a device adapter class, an instance of the specified adapter class is created. 如果设备适配器集包含直接将控件类映射到设备适配器类的。
- The Control class now has Padding and Margin properties so that a control can declare and enforce its spacing requirements. Control类现在具有Padding和Margin属性,因此一个控件可以声明并强制指定其间距要求。
- Provides an example of creating a custom client control that derives from the Control class, and of how to use the control in a page. 提供一个创建自定义客户端控件(该控件从Control类派生)以及如何在页中使用该控件的示例。
- The base Control class does not know how a derived control needs to be drawn and does not provide any painting logic in the OnPaint method. Control基类不知道如何绘制派生控件,而且没有在OnPaint方法中提供任何绘制逻辑。