IncludesFill property

Microsoft Visio Developer Reference

IncludesFill property

   Example   

Indicates whether the style includes fill attributes.

Version added

4.0

Syntax

intRet = object.IncludesFill
object.IncludesFill = intExpression

intRet

Integer. False (0) if the object doesn't define fill attributes; True (-1) if it does.

object

Required. An expression that returns a Style object.

intExpression

Required Integer. False (0) to disable fill attributes; True (non-zero) to enable them.

Remarks

The IncludesFill property corresponds to the Fill check box under Includes in the Define Styles dialog box (click Define Styles on the Format menu).