
BBjControl::getRaisedEdge
Description
Returns whether the BBjControl has a raised border.
Syntax
Return Value |
Method |
boolean |
getRaisedEdge() |
Parameters
None.
Return Value
Returns whether the BBjControl has a raised border (0 = No raised border, 1 = Raised border).
Remarks
BBj honors this flag when running with the -LFvpro5 command line option as documented in Running BBj from the Command Line. In every other look and feel, this flag is a NOOP. By default, a BBjControl does not have a raised border.
Example
REM Determine if a control has a raised edge
border |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.