BBjGrid::setCalendarSize
Description
In BBj 25.02 and higher, this method sets the size of the popup calendar associated with BBjInputD cells on this grid control.
Syntax
| Return Value | Method |
|---|---|
|
void |
setCalendarSize(int width, int height) |
Parameters
| Parameter | Description |
|---|---|
|
width |
Specifies the width in pixels. |
|
height |
Specifies the height in pixels. |
Return Value
None.
Remarks
-
This method is specifically intended for GUI environments and does not apply to BUI or DWC.
-
To revert to the standard calendar size, set the width and height to 0.
Example
|
Version History
See Also
Interface CommonGrid::setColumnStyle
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.