|
Sends an event message when a shape is double-clicked. Read/write VgTriState. Applies To Tag Syntax <v:element o:doubleclicknotify="expression"> Remarks The default value is False, indicating that the event will not be fired. Microsoft Office Extensions Attribute Example The shape will trigger a double-click event when double-clicked. <v:rect id=myrect fillcolor="red" o:doubleclicknotify="True" style="position:relative;top:1;left:1;width:20;height:20"> </v:rect> |