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


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