ICtiDesktopManager.SetRootCtiInterface(ICtiControl) Method
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.
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.