ScriptControlDescriptor(String, String) Constructor

Definition

Initializes a new instance of the ScriptControlDescriptor class.

public:
 ScriptControlDescriptor(System::String ^ type, System::String ^ elementID);
public ScriptControlDescriptor (string type, string elementID);
new System.Web.UI.ScriptControlDescriptor : string * string -> System.Web.UI.ScriptControlDescriptor
Public Sub New (type As String, elementID As String)

Parameters

type
String

The type of the client control object to create.

elementID
String

The ID of the HTML element that represents the control object to create.

Applies to