Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Select Method


In This Topic
    Select Method (ChartShape)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub Select( _
       ByVal selected As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim selected As Boolean
     
    instance.Select(selected)
    protected override void Select( 
       bool selected
    )

    Parameters

    selected
    See Also