Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / ShowSelectionOnProcessing Property


In This Topic
    ShowSelectionOnProcessing Property (CellNote)
    In This Topic
    Gets a boolean value indicating whether the selection can be shown while user is working on this CellNote.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property ShowSelectionOnProcessing As Boolean
    'Usage
     
    
    Dim instance As CellNote
    Dim value As Boolean
     
    value = instance.ShowSelectionOnProcessing
    public override bool ShowSelectionOnProcessing {get;}
    See Also