Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 500
   
5-20
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 7.5(1)
Chapter 5      CTI OS ActiveX Controls
CTI OS ActiveX Control Descriptions
Answer
See 
GetValueInt
See 
GetValueString
See 
Related Events
The call appearance control handles the following events.
OnSetCurrentCallAppearance
The OnSetCurrentCallAppearance event is generated when the current call appearance object is 
changed.
Syntax
void OnSetCurrentCallAppearance([in] IDispatch * pCall);
Parameters
pCall
A Pointer to ICall COM Call object (pCall is a pointer to ICall).
Return Value
None.
Methods
Table 5-5
Available Methods for CallAppearanceCtl
Method
Description
GetCellText
Gets the text from the requested cell in requested row.
GetSelectedRow
Gets the selected row index.
SelectRow
Sets the requested row as selected.
set_ColumnECCName
Sets the column ECC name of requested column with given text.
set_ColumnECCOffset
Sets the column Offset value of requested column with given value.
set_ColumnHeader
Sets the column header of requested column with given text.
set_ColumnWidth
Sets the column width of requested column with given value.
SetCellText
Sets the given text to the requested cell in requested row.