Navigation:  Contents > Control Events >

BeforeResize Event

Previous pageReturn to chapter overviewNext page

 

Triggers before ActiveResize starts to resize / reposition controls.

 

Syntax

 

Private Sub object_BeforeResize (Cancel As Boolean)

 

Where object evaluates to an ActiveResize control.

 

 

 

The settings for Cancel are:

 

 

TrueSpecifies that ActiveResize should not resize / reposition the from controls.
False(Default). Specifies that ActiveResize should normally resize / reposition the from controls.

 

Remarks

 

Use this event to prevent ActiveResize from executing the resize / reposition process.

 

Return to Contents

 

 

Copyright 2002-2018 - VBGold Software