IsEditing Property (IShape)
Gets or sets a boolean value indicating whether the shape is editing.
bool IsEditing {get; set;}
'Declaration
Property IsEditing As Boolean
'Usage
Dim instance As IShape
Dim value As Boolean
instance.IsEditing = value
value = instance.IsEditing