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