CTI Client network functions (.NET)

SetConnectionIconOptions

Contents  Back  Next

Changes the appearance of the connection icons.

 

void ConnectionIconOptions

(

 uint hIconOn,

 uint hIconOff,

 uint hMenu,

 String strText

);

Parameters

hIconOn

Handle of icon which is displayed when a connection exists to the CTI server. The value 0 can be specified if the standard icon should be used.

 

hIconOff

Handle of icon which is displayed when the connection to the CTI server is interrupted. The value 0 can be specified if the standard icon should be used.

 

hMenu

Handle of menu which is displayed over the connection icon if this is clicked with the right mouse button. The value 0 can be specified if no menu should be used.

 

strText

Tool--tip which should be shown over the connection icon. Maximum length: 63 characters. The value 0 can be specified if the standard text should be displayed. Specify an empty string if no tip should be shown..

 

Return value

None

 

Remarks

Tool--tip which should be shown over the connection icon. Maximum length: 63 characters. The value 0 can be specified if the standard text should be displayed. Specify an empty string if no tip should be shown. It is possible to alter the appearance, menu and tool-tips of the connection icons. There is also a standard text for the tool-tip. The ShowIcon option must be active to allow the use of the connection icon. For menus, ShowMenu is also necessary.

 

See also

CtiLogin overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.