Share via


IsEditingOLE Property [Visio 2003 SDK Documentation]

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

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.

Version added

2000

Security Use caution when you are adding ActiveX controls to your application. ActiveX controls may be designed in such a way that their use could pose a security risk. We recommend that you use controls from trusted sources only.

Applies to | Window object