Share via


IFrameElement.onselectstart Event

SharePoint Designer Developer Reference

Occurs when a user starts selecting an IFRAME element.

Syntax

Private Sub expression_onselectstart

expression   Required. A variable that represents an IFrameElement object that has been declared by using the WithEvents keyword in a class module.

See Also