UserHidden Attribute

Internet Development Index

Determines whether a script anchor is hidden. Read/write VgTriState.

Applies To

Shape

Tag Syntax

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

Remarks

The default is False. If True, script anchors stay hidden even if the shape is otherwise visible.

Microsoft Office Extensions Attribute

Example

The script anchor of the shape is hidden.

   <v:rect id=myrect fillcolor="red" userhidden="True"
   style="position:relative;top:1;left:1;width:20;height:20">
   </v:rect>