IsEditingOLE property

Microsoft Visio Developer Reference

IsEditingOLE property

See also   Example   

Determines whether a drawing window contains an ActiveX control that has focus, or an embedded or linked object that is being edited.

Version added

2000

Syntax

boolRet = object.IsEditingOLE

boolRet

Required Boolean. True if an ActiveX control has focus or an OLE object is being edited; False if not, or if the window being examined is not a drawing window.

object

Required. An expression that returns a Window object.