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