CtiHostedControl 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
CtiHostedControl() |
Initializes a new instance of the CtiHostedControl class. |
CtiHostedControl(Guid, String, String) |
Initializes a new instance of the CtiHostedControl class. |
CtiHostedControl()
Initializes a new instance of the CtiHostedControl class.
protected:
CtiHostedControl();
protected CtiHostedControl ();
Protected Sub New ()
Applies to
CtiHostedControl(Guid, String, String)
Initializes a new instance of the CtiHostedControl class.
protected:
CtiHostedControl(Guid appId, System::String ^ appName, System::String ^ appInit);
protected CtiHostedControl (Guid appId, string appName, string appInit);
new Microsoft.Uii.Desktop.Cti.Controls.CtiHostedControl : Guid * string * string -> Microsoft.Uii.Desktop.Cti.Controls.CtiHostedControl
Protected Sub New (appId As Guid, appName As String, appInit As String)
Parameters
- appId
- Guid
Specifies the ID of the application.
- appName
- String
Specifies the name of the application.
- appInit
- String
Specifies the initialization string for the application.