Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / ShowSelectionOnProcessing Property


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