FormDropDialogButtonControl.prefColumnSize Method
Specifies the preferred column width and height for the form control.
Syntax
public void prefColumnSize(int width, int height)
Run On
Client
Parameters
- width
Type: int
The preferred width of the control.
- height
Type: int
The preferred height of the control.