Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingSurface Class / SelectionRectangleVisible Property


In This Topic
    SelectionRectangleVisible Property
    In This Topic
    Gets or sets whether the group selection rectangle is displayed.
    Syntax
    'Declaration
     
    
    Public Property SelectionRectangleVisible As Boolean
    'Usage
     
    
    Dim instance As DrawingSurface
    Dim value As Boolean
     
    instance.SelectionRectangleVisible = value
     
    value = instance.SelectionRectangleVisible
    public bool SelectionRectangleVisible {get; set;}
    See Also