SelectedVBControlsEvents Property

       

Returns all events supported by the controls currently selected on a form.

Syntax

object.SelectedVBControlsEvents (vbproject As Variant)

The SelectedVBControlsEvents property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
vbproject A variant expression specifying the project which contains the form and controls.

Remarks

Returns an event object of type SelectedVBControlsEvents. This event is sourced from a VBForm.