BBjControl::getClientEdge
Description
Returns whether the client (lowered) border is set for the BBjControl.
Syntax
Return Value | Method |
---|---|
boolean | getClientEdge() |
Parameters
None.
Return Value
Returns true (1) if the client border is set.
Returns false (0) if the client border is not set.
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, the BBjControl does not have a client border.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.