| Javascript Properties |
The Javascript type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessKey |
获取或设置使您得以快速导航到 Web 服务器控件的访问键。
(Inherited from WebControl.) | |
| Adapter |
获取控件的浏览器特定适配器。
(Inherited from Control.) | |
| AppRelativeTemplateSourceDirectory |
获取或设置包含该控件的 Page 或 UserControl 对象的应用程序相对虚拟目录。
(Inherited from Control.) | |
| Attributes |
获取与控件的属性不对应的任意特性(只用于呈现)的集合。
(Inherited from WebControl.) | |
| BackColor |
获取或设置 Web 服务器控件的背景色。
(Inherited from WebControl.) | |
| BindingContainer |
获取包含该控件的数据绑定的控件。
(Inherited from Control.) | |
| Body |
获取Script的内容
| |
| BorderColor |
获取或设置 Web 控件的边框颜色。
(Inherited from WebControl.) | |
| BorderStyle |
获取或设置 Web 服务器控件的边框样式。
(Inherited from WebControl.) | |
| BorderWidth |
获取或设置 Web 服务器控件的边框宽度。
(Inherited from WebControl.) | |
| CharSet |
获取或设置连接字符集
| |
| ChildControlsCreated |
获取一个值,该值指示是否已创建服务器控件的子控件。
(Inherited from Control.) | |
| ClientID |
获取由 ASP.NET 生成的服务器控件标识符。
(Inherited from Control.) | |
| ClientIDSeparator |
获取一个字符值,该值表示 ClientID 属性中使用的分隔符字符。
(Inherited from Control.) | |
| Context |
为当前 Web 请求获取与服务器控件关联的 HttpContext 对象。
(Inherited from Control.) | |
| Controls |
获取 ControlCollection 对象,该对象表示 UI 层次结构中指定服务器控件的子控件。
(Inherited from Control.) | |
| ControlStyle |
获取 Web 服务器控件的样式。此属性主要由控件开发人员使用。
(Inherited from WebControl.) | |
| ControlStyleCreated |
获取一个值,该值指示是否已为 ControlStyle 属性创建了 Style 对象。此属性主要由控件开发人员使用。
(Inherited from WebControl.) | |
| CssClass |
获取或设置由 Web 服务器控件在客户端呈现的级联样式表 (CSS) 类。
(Inherited from WebControl.) | |
| DesignMode |
获取一个值,该值指示是否正在使用设计图面上的一个控件。
(Inherited from Control.) | |
| Enabled |
获取或设置一个值,该值指示是否启用 Web 服务器控件。
(Inherited from WebControl.) | |
| EnableTheming |
获取或设置一个值,该值指示是否对此控件应用主题。
(Inherited from WebControl.) | |
| EnableViewState |
获取或设置一个值,该值指示服务器控件是否向发出请求的客户端保持自己的视图状态以及它所包含的任何子控件的视图状态。
(Inherited from Control.) | |
| Events |
获取控件的事件处理程序委托列表。此属性为只读。
(Inherited from Control.) | |
| Font |
获取与 Web 服务器控件关联的字体属性。
(Inherited from WebControl.) | |
| ForeColor |
获取或设置 Web 服务器控件的前景色(通常是文本颜色)。
(Inherited from WebControl.) | |
| Function |
获取或设置函数名称,注:此属性设置后将使所有脚本均包含在这个函数中,如须在内容中增加函数,请使用AppendFunction与AppendEndFunction
| |
| HasAttributes |
获取一个值,该值指示控件是否具有属性集。
(Inherited from WebControl.) | |
| HasChildViewState |
获取一个值,该值指示当前服务器控件的子控件是否具有任何已保存的视图状态设置。
(Inherited from Control.) | |
| Height |
获取或设置 Web 服务器控件的高度。
(Inherited from WebControl.) | |
| ID |
获取或设置分配给服务器控件的编程标识符。
(Inherited from Control.) | |
| IdSeparator |
获取用于分隔控件标识符的字符。
(Inherited from Control.) | |
| IsChildControlStateCleared |
获取一个值,该值指示该控件中包含的控件是否具有控件状态。
(Inherited from Control.) | |
| IsEnabled |
获取一个值,该值指示是否启用控件。
(Inherited from WebControl.) | |
| IsTrackingViewState |
获取一个值,用于指示服务器控件是否会将更改保存到其视图状态中。
(Inherited from Control.) | |
| IsViewStateEnabled |
获取一个值,该值指示是否为该控件启用了视图状态。
(Inherited from Control.) | |
| LoadViewStateByID |
获取一个值,该值指示控件是否通过 ID 而不是索引参与加载其视图状态。
(Inherited from Control.) | |
| NamingContainer |
获取对服务器控件的命名容器的引用,此引用创建唯一的命名空间,以区分具有相同 ID 属性值的服务器控件。
(Inherited from Control.) | |
| Page |
获取对包含服务器控件的 Page 实例的引用。
(Inherited from Control.) | |
| Parent |
获取对页 UI 层次结构中服务器控件的父控件的引用。
(Inherited from Control.) | |
| Site |
获取容器信息,该容器在呈现于设计图面上时承载当前控件。
(Inherited from Control.) | |
| SkinID |
获取或设置要应用于控件的外观。
(Inherited from WebControl.) | |
| Src |
获取或设置连接串
| |
| Style |
获取将在 Web 服务器控件的外部标记上呈现为样式属性的文本属性的集合。
(Inherited from WebControl.) | |
| TabIndex |
获取或设置 Web 服务器控件的选项卡索引。
(Inherited from WebControl.) | |
| TagKey |
获取与此 Web 服务器控件相对应的 HtmlTextWriterTag 值。此属性主要由控件开发人员使用。
(Inherited from WebControl.) | |
| TagName |
获取控件标记的名称。此属性主要由控件开发人员使用。
(Inherited from WebControl.) | |
| TemplateControl |
获取或设置对包含该控件的模板的引用。
(Inherited from Control.) | |
| TemplateSourceDirectory |
获取包含当前服务器控件的 Page 或 UserControl 的虚拟目录。
(Inherited from Control.) | |
| ToolTip |
获取或设置当鼠标指针悬停在 Web 服务器控件上时显示的文本。
(Inherited from WebControl.) | |
| Type |
获取或设置类别
| |
| UniqueID |
获取服务器控件的唯一的、以分层形式限定的标识符。
(Inherited from Control.) | |
| ViewState |
获取状态信息的字典,这些信息使您可以在同一页的多个请求间保存和还原服务器控件的视图状态。
(Inherited from Control.) | |
| ViewStateIgnoresCase |
获取一个值,该值指示 StateBag 对象是否不区分大小写。
(Inherited from Control.) | |
| Visible |
获取或设置一个值,该值指示服务器控件是否作为 UI 呈现在页上。
(Inherited from Control.) | |
| Width |
获取或设置 Web 服务器控件的宽度。
(Inherited from WebControl.) |