Button Attribute

HTML (DHTML)

Button Attribute

Internet Development Index

Determines whether a shape will be processed as a button. Read/write VgTriState.

Applies To

Shape

Tag Syntax

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

Remarks

The default is False. If True, the shape is processed as a button.

Microsoft Office Extensions Attribute

Example

The shape is a button.

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