BBjControl::getNoEdge
Description
In BBj 6.00 and higher, this method returns whether the BBjControl has no border.
Syntax
Return Value | Method |
---|---|
boolean | getNoEdge() |
Parameters
None.
Return Value
Returns true (1) if the BBjControl has no border.
Returns false (0) if the BBjControl has a 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.
BBjButton and BBjToolButton have different implementations.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.