VLFormDesigner Reference

EventRubberBandStart

See Also See Also Applies To Applies To

This event occurs when mouse left button is pressed to start a drag and draw operation in draw or select mode of the form designer control.

 

Syntax

Private Sub object_RubberBandStart(ByVal X As Single, ByVal Y As Single)

 

The RubberBandEnd event syntax has these parts:

Part Description
object An object expression that evaluates to VLFormDesigner.
X Distance of the left edge of the rubber banding rectangle from the left edge of the form designer control, in current scalemode.
Y Distance of the top edge of the rubber banding rectangle from the top edge of the form designer control, in current scalemode.