CtiDesktopManager.CtiHostedControl Property
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.
Gets or sets the hosted control that hosts the core CTI feature set.
public:
property Microsoft::Uii::Desktop::Cti::Core::ICtiControl ^ CtiHostedControl { Microsoft::Uii::Desktop::Cti::Core::ICtiControl ^ get(); void set(Microsoft::Uii::Desktop::Cti::Core::ICtiControl ^ value); };
public Microsoft.Uii.Desktop.Cti.Core.ICtiControl CtiHostedControl { get; set; }
member this.CtiHostedControl : Microsoft.Uii.Desktop.Cti.Core.ICtiControl with get, set
Public Property CtiHostedControl As ICtiControl