HostedControl Constructors
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.
Overloads
HostedControl() |
Hosted Control constructor |
HostedControl(Guid, String, String) |
Hosted Control constructor |
HostedControl()
Hosted Control constructor
public:
HostedControl();
public HostedControl ();
Public Sub New ()
Applies to
HostedControl(Guid, String, String)
Hosted Control constructor
public:
HostedControl(Guid appID, System::String ^ appName, System::String ^ initString);
public HostedControl (Guid appID, string appName, string initString);
new Microsoft.Uii.Csr.HostedControl : Guid * string * string -> Microsoft.Uii.Csr.HostedControl
Public Sub New (appID As Guid, appName As String, initString As String)
Parameters
- appID
- Guid
The Application ID for the control.
- appName
- String
The name of the Application/
- initString
- String
Initialization string used to set the control.