IsEditingText property

Microsoft Visio Developer Reference

IsEditingText property

   Example   

Determines whether a text editing session is active in the drawing window.

Version added

2000

Syntax

boolRet = object.IsEditingText

boolRet

Required Boolean. True if a text editing session is active; False if a text editing session is not active or the window being examined is not a drawing window.

object

Required. An expression that returns a Window object.