Share via


Window.IsEditingOLE Property

Visio Automation Reference

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

Version Information
 Version Added:  Visio 2000

Syntax

expression.IsEditingOLE

expression   A variable that represents a Window object.

Return Value
Boolean

ms367767.vs_note(en-us,office.12).gif  Note
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.

See Also