Cisco Cisco Computer Telephony Integration Option 8.5 Entwickleranleitung

Seite von 506
   
5-21
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
plcoltype
This is a column type value and an output parameter as type Integer.
icolwidth
This is a column width value and an output parameter as Integer.
bstrcoltitle 
This is a column title text and an output parameter as type String.
Return Value
None.
set_ColumnHeader 
Sets the column header of requested column with given text.
Syntax
COM: HRESULT ColumnHeader(short nCol, [in] BSTR newVal)
VB:
set_ColumnHeader(nCol As Short, newVal As String)
.NET: set_ColumnHeader(System.Int16 nCol, System.String newVal)
Parameters
nCol
This is a column index number and an input parameter as type Short.
newVal
This is a user passing header text and an input parameter as type String.
Return Value
None.
set_ColumnType 
Sets the column type of requested column with given value.
Syntax
COM: HRESULT ColumnType(short nCol, [in] short newVal)
VB:
set_ColumnType(nCol As Short, newVal As Short)
.NET: set_ColumnType(System.Int16 nCol, System.Int16 newVal)
Parameters
nCol
This is a column index number and an input parameter as type Short.
newVal
This is a user passing column type value and an input parameter as type Short.
Return Value
None.