Cisco Cisco Computer Telephony Integration Option 8.5 Entwickleranleitung

Seite von 506
   
5-18
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(1)
Chapter 5      CTI OS ActiveX Controls
CTI OS ActiveX Control Descriptions
set_ColumnWidth 
Sets the column width of requested column with given value.
Syntax
COM: HRESULT ColumnWidth(short nCol, [in] short newVal)
VB:
set_ColumnWidth(nCol As Short, newVal As Short)
.NET: set_ColumnWidth(System.Int16 nCol, System.Int16 newVal)
Parameters
nCol
This is a column index value and an input parameter as type Short.
newVal 
This is a user passing column width value and an input parameter as type Short.
Return Value
None.
set_ UserDefinedCell
Sets the given text into the requested cell.
Syntax
COM: HRESULT UserDefinedCell(short nIndex, [in] BSTR newVal);
VB:
set_UserDefinedCell(nindex As Short, newVal As String)
.NET: set_UserDefinedCell(System.Int16 nindex, System.String newVal)
Parameters
nindex
This is a cell index number and an input parameter as type Short.
newVal
This is a user passing text and an input parameter as type String.
Return Value
None.
SetColumnInfo
Sets the given information for the requested column.
Syntax
COM: HRESULT SetColumnInfo([in] short nCol, [in] long lColType, [in] int iColWidth, [in] int 
iColTextAlign, [in] BSTR bstrColTitle)
VB:
SetColumnInfo(nCol As Short, iColType As Integer,iColWidth As Integer,iColTextAlign As 
Integer, bstrColTitle As String)
.NET: SetColumnInfo(System.Int16 nCol, System.Int32 iColType, System.Int32 iColWidth, 
System.Int32 iColTextAlign, System.String bstrColTitle)
Parameters
nCol