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


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