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


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