CanMultipleSelect Property (Shape)
Gets a boolean value indicating whether this
Shape can be selected with other shape.
public virtual bool CanMultipleSelect {get;}
'Declaration
Public Overridable ReadOnly Property CanMultipleSelect As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.CanMultipleSelect