ChangedSize event |
|
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);
|