BBjSystemMetrics::getScreenNumber
Description
In BBj 15.0 and higher, this BBjSystemMetrics method returns the screen number of the specified BBjControl.
Syntax
Return Value |
Method |
int |
getScreenNumber(BBjControl control) |
Parameters
Variable |
Description |
control |
Any BBjControl. |
Return Value
Returns the screen number of the specified BBjControl.
Remarks
In BUI, this method always returns 0.
Example
|
See Also
BBjSystemMetrics::getScreenCount
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.