FillOK Attribute

HTML (DHTML)

FillOK Attribute

Internet Development Index

Determines whether a fill will be displayed. Read/write VgTriState.

Applies To

Path

Tag Syntax

<v: element fillok="expression">

Script Syntax

element.fillok="expression"

expression=element.fillok

Remarks

If False, the path cannot be filled. The default is True. This attribute overrides all other fill attributes in the parent or Fill element.

VML Standard Attribute

Example

The path will not be filled.

   <v:shape id="rect01"
   coordorigin="0 0" coordsize="200 200"
   strokecolor="red" fillcolor="red"
   style="top:1;left:1;width:50;height:50">
   <v:path id="myPath" fillok="False" v="m 1,1 l 1,200, 200,200, 200,1 x e"/>
   </v:shape>