Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / IsSelectedInteractionSupported Property


In This Topic
    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