BBjButton::setNoEdge
Description
In BBj 6.00 and higher, this method sets the hint to the Java look and feel indicating whether to draw the border on the BBjButton.
Syntax
Return Value |
Method |
---|---|
void |
setNoEdge(boolean noEdge) |
Parameters
Variable |
Description |
---|---|
noEdge |
Specifies whether to draw the border on the BBjButton. 0 = Draw the edge. 1 = Do not draw the edge. |
Return Value
None.
Remarks
The Java look and feel used by the BBj session determines the visual result of this method. 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.