Share via


FormGroupControl.prefColumnSize(Int32, Int32) Method

Definition

Specifies the height and width of columns for a form group control.

public:
 override void prefColumnSize(int _width, int _height);
public override void prefColumnSize (int _width, int _height);
override this.prefColumnSize : int * int -> unit
Public Overrides Sub prefColumnSize (_width As Integer, _height As Integer)

Parameters

_width
Int32

An integer value that specifies the height of columns.

_height
Int32

An integer value that specifies the height of columns.

Applies to