Copyright © 1998-2015 MultiMedia Soft

ChangedSize event

Previous pageReturn to chapter overviewNext page

Remarks

Occurs when the size (intended as width and height) of the control changes.

 

Syntax

Visual Basic

BtnEnh1_ChangedSize(ByVal nWidth As long, ByVal nHeight As long)

 

Visual C++

void ChangedSize(long nWidth, long nHeight);

 

 

Parameter

Description

 

 

nWidth

The new horizontal dimension in pixels of the control

nHeight

The new vertical dimension in pixels of the control