ScriptControlDescriptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a client control object.
public ref class ScriptControlDescriptor : System::Web::UI::ScriptComponentDescriptor
public class ScriptControlDescriptor : System.Web.UI.ScriptComponentDescriptor
type ScriptControlDescriptor = class
inherit ScriptComponentDescriptor
Public Class ScriptControlDescriptor
Inherits ScriptComponentDescriptor
- Inheritance
Constructors
ScriptControlDescriptor(String, String) |
Initializes a new instance of the ScriptControlDescriptor class. |
Properties
ClientID |
Gets the ID of the client component. |
ElementID |
Gets the HTML ID of the client control object. |
ID |
Gets the ID of the current ScriptControlDescriptor instance. |
Type |
Gets or sets the type of the target client component. (Inherited from ScriptComponentDescriptor) |
Methods
AddComponentProperty(String, String) |
Adds the specified property, and associates that property with the specified element. (Inherited from ScriptComponentDescriptor) |
AddElementProperty(String, String) |
Adds the specified property and associates that property with the specified component. (Inherited from ScriptComponentDescriptor) |
AddEvent(String, String) |
Adds the specified event and handler. (Inherited from ScriptComponentDescriptor) |
AddProperty(String, Object) |
Adds the specified property and value. (Inherited from ScriptComponentDescriptor) |
AddScriptProperty(String, String) |
Adds the specified property, and associates the property with the specified script. (Inherited from ScriptComponentDescriptor) |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetScript() |
Gets the client script that implements the target control on the page. (Inherited from ScriptComponentDescriptor) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |