SetVisibilityQAB method: Banner class
Syntax
SetVisibilityQAB(Visible)
Description
Use the SetVisibilityQAB method to set the visibility of the QAB feature in the fluid banner. This method is ignored and has no effect if the component is rendered in a context that does not allow access to the fluid banner (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.
Note:
The SetVisibilityQAB method does not control the visibility when QAB is configured to display as a panel within a homepage.
Parameters
| Parameter | Description |
|---|---|
|
Visible |
Specifies a Boolean value indicating whether the QAB feature is visible. |
Returns
None
Example
(create PT_PAGE_UTILS:Banner()).SetVisibilityQAB( False);