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


In This Topic
    CanMultipleSelect Property (ConnectionShape)
    In This Topic
    Gets a boolean value indicating whether this Shape can be selected with other shape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanMultipleSelect As Boolean
    'Usage
     
    
    Dim instance As ConnectionShape
    Dim value As Boolean
     
    value = instance.CanMultipleSelect
    public bool CanMultipleSelect {get;}
    See Also