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

Parameters
none

Return value
visible boolean

Example
local isVisible = contacts.getCustomTabEnabled()

Comments

See also
contacts.setCustomTabEnabled
contacts.setCustomTabCaption
contacts.getCustomTabCaption

Back