ICtiDesktopManager.IsCtiEnabled 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 a Boolean value that checks whether CTI is enabled..
public:
property bool IsCtiEnabled { bool get(); };
public bool IsCtiEnabled { get; }
member this.IsCtiEnabled : bool
Public ReadOnly Property IsCtiEnabled As Boolean
Property Value
True
if CTI is enabled, otherwise false
.