BBjButton::getNoEdge
Description
In BBj 6.00 and higher, this method gets the hint to the Java look and feel indicating whether to draw the border on the BBjButton.
Syntax
Return Value |
Method |
boolean |
getNoEdge() |
Parameters
None.
Return Value
Returns the noEdge hint to the Java look and feel (0 = draw the edge, 1 = do not draw the edge).
Remarks
The Java look and feel used by the BBj session determines the visual result of this hint. Some look and feels, such as XP, appear to do nothing with this hint.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.