IsSelectedInteractionSupported Property (Shape)
In This Topic
Gets a value indicating whether the shape support interaction even if it's selected.
Syntax
'Declaration
Public Overridable ReadOnly Property IsSelectedInteractionSupported As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.IsSelectedInteractionSupported
public virtual bool IsSelectedInteractionSupported {get;}
See Also