ICtiDesktopManager.SetRootCtiInterface(ICtiControl) Method

Definition

Sets a pointer to the hosted control that has implemented the CTI core interface.

public:
 void SetRootCtiInterface(Microsoft::Uii::Desktop::Cti::Core::ICtiControl ^ ctiRoot);
public void SetRootCtiInterface (Microsoft.Uii.Desktop.Cti.Core.ICtiControl ctiRoot);
abstract member SetRootCtiInterface : Microsoft.Uii.Desktop.Cti.Core.ICtiControl -> unit
Public Sub SetRootCtiInterface (ctiRoot As ICtiControl)

Parameters

ctiRoot
ICtiControl

Specifies the CTI hosted control.

Applies to