CTI Client options (ActiveX)

OConnectionIconOptions

Contents  Back  Next

Changes the appearance of the connection icons.

 

Function OConnectionIconOptions(

 ULong hIconOn,

 ULong hIconOff,

 ULong hMenu,

 String bstrText

);

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.

 

bstrText

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.

 

Remarks

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 OShowIcon option must be active to allow the use of the connection icon. For menus, OShowMenu is also necessary.

 

See also

Options overview | OShowIcon | OShowMenu

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.