
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 whether the client border is set (0 = No client border, 1 = Client 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, the BBjControl does not have a client border.
Example
REM Determine if a control has a client edge
border |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.