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


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