Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 490
   
5-19
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(3)
Chapter 5      CTI OS ActiveX Controls
CTI OS ActiveX Control Descriptions
iColWidth
This is a column width value and an input parameter as type Integer.
iColTextAlign
This is a column text align value and an input parameter as type Integer.
bstrColTitle
This is a column title text and an input parameter as type String.
Return Value
None.
AgentStatisticsCtl
The AgentStatistics control is a grid based control displaying Unified ICM agent real time statistics. You 
can configure the displayed columns at CTI OS server (see the CTI OS System Manager's Guide for 
Cisco Unified ICM/Contact Center Enterprise & Hosted
). Also, you can adjust the update interval. It 
defaults to 10 seconds.
Figure 5-7
Agent Statistics Grid
Methods
Table 5-5
Available Methods for AgentStatisticsCtl
get_UserDefinedCell
If the column type is user defined, gets the text from the requested cell.
Syntax
COM: HRESULT UserDefinedCell(short nIndex, [out, retval] BSTR *pVal)
Method
Description
get_UserDefinedCell
If the column type is user defined, gets the text from the requested cell.
GetCellText
Gets the text from the requested cell in requested row.
GetColumnInfo
Gets the information about the requested column.
set_ColumnHeader
Sets the column header of requested column with given text.
set_ColumnType
Sets the column type of requested column with given value.
set_ColumnWidth
Sets the column width of requested column with given value.
set_ UserDefinedCell
Sets the given text into the requested cell.
SetColumnInfo
Sets the given information for the requested column.