CtiDesktopManager.CtiHostedControl Property
Gets or sets the hosted control that hosts the core CTI feature set.
Namespace: Microsoft.Uii.Desktop.Cti.Controls
Assembly: Microsoft.Uii.Desktop.Cti.Controls (in Microsoft.Uii.Desktop.Cti.Controls.dll)
Usage
'Usage
Dim instance As CtiDesktopManager
Dim value As ICtiControl
value = instance.CtiHostedControl
instance.CtiHostedControl = value
Syntax
'Declaration
Public Property CtiHostedControl As ICtiControl
public ICtiControl CtiHostedControl { get; set; }
public:
property ICtiControl^ CtiHostedControl {
ICtiControl^ get ();
void set (ICtiControl^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public ICtiControl get_CtiHostedControl ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_CtiHostedControl (ICtiControl value)
CompilerGeneratedAttribute
public function get CtiHostedControl () : ICtiControl
CompilerGeneratedAttribute
public function set CtiHostedControl (value : ICtiControl)
Property Value
Type: ICtiControl.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
CtiDesktopManager Class
CtiDesktopManager Members
Microsoft.Uii.Desktop.Cti.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.