Method XbpActiveXControl():setPresParam() Foundation

Sets or returns the presentation parameter array.

Syntax
:setPresParam( <aPP> ) --> aOldPP
Parameters
<aPP>
<aPP> can optionally specify a two dimensional array that redefines the presentation parameters for an XbpActiveXControl (see the method :new() for a discussion of the presentation parameters array).
Return

This method returns an array containing the presentation parameters that were current before the method was called. If <aPresParam> is not specified, the method returns the current presentation parameters.

Description

The method :setPresParam() specifies or retrieves the presentation parameters of an ActiveX Control. The presentation parameters define the foreground and background colors and the font that is to be used as the default for displaying character strings.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.