IncludesText property

Microsoft Visio Developer Reference

IncludesText property

   Example   

Indicates whether the style includes text attributes.

Version added

4.0

Syntax

intRet = object.IncludesText
object.IncludesText = intExpression

intRet

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

object

Required. An expression that returns a Style object.

intExpression

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

Remarks

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