SetVisibilityHelp method: Banner class

Syntax

SetVisibilityHelp(Visible)

Description

Use the SetVisibilityHelp method to set the visibility of the Help feature in the Actions menu. This method is ignored and has no effect in any of the following conditions:

  • If the feature is disabled in the component’s properties (Fluid tab).

  • If Help is not configured on this system.

  • If the component is rendered in a context that does not allow access to the fluid banner and Actions menu (that is, in an activity guide, in a modal window or in a modeless window, when executing as a grouplet request, or when executing as a component interface).

Note:

Because the PT_HEADERPAGE page also performs an operation equivalent to this method in its page Activate event, you should invoke this method after that event to ensure that your changes are not overwritten.

Parameters

Parameter Description

Visible

Specifies a Boolean value indicating whether the Help feature is visible.

Returns

None

Example

(create PT_PAGE_UTILS:Banner()).SetVisibilityHelp( False);