VML OnEd Attribute

This topic describes VML, a feature that is deprecated as of Windows Internet Explorer 9. Webpages and applications that rely on VML should be migrated to SVG or other widely supported standards.

Note

As of December 2011, this topic has been archived. As a result, it is no longer actively maintained. For more information, see Archived Content. For information, recommendations, and guidance regarding the current version of Windows Internet Explorer, see Internet Explorer Developer Center.

 

Determines whether the extra handles of a shape are hidden. Read/write. VgTriState.

Applies To

Shape

Tag Syntax

<v: element o:oned=" expression ">

Remarks

Hides all shape handles except the top left and bottom right; that is, the same handles that are used for a straight line segment. The default is False.

Microsoft Office Extensions Attribute

Example

All but the top left and bottom right handles of the shape are hidden.

   <v:shape id="rect01" OnEd="True"
   fillcolor="red" strokecolor="red"
   coordorigin="-500 -500" coordsize="1000 1000"
   style="position:relative;top:0;left:0;width:100pt;height:100pt;mso-wrap-distance-top:10pt"
   path="m 5,5 l 5,195, 195,195, 195,5 x e">
   </v:shape>