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