contacts.getCustomTabCaption
Description
Gets the Custom tab visible state in the Contacts Manager.

Parameters
none

Return value
caption string

Example
local caption = contacts.getCustomTabCaption()

Comments

See also
contacts.getCustomTabEnabled
contacts.setCustomTabEnabled
contacts.setCustomTabCaption

Back