COleControl::SetInitialSize

void SetInitialSize( int cx, int cy );

Parameters

cx

The initial width of the OLE control in pixels.

cy

The initial height of the OLE control in pixels.

Remarks

Call this function in your constructor to set the initial size of your control. The initial size is measured in device units, or pixels. It is recommended that this call be made in your control’s constructor.

COleControl OverviewClass MembersHierarchy Chart