int SetDockedElementsVisible(bool visible = null, string name = null, ElementType elTypeMask = 0xFFFFFFFF, KioBrowserWndType wndTypeMask = 0xFFFFFFFF)

Controls the visibility of docked elements such as toolbars and docked browsers. Trust Level Required: High

Parameters

Name Description
visible If null, default visibility is restored.
name If null, no match by name is done.
elTypeMask Specifies which element types can be affected.
wndTypeMask Specifies which KioWare window types can be affected.

Return

True if the exit action handler was successful.