Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextShape Class / Select Method


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

    Parameters

    selected
    See Also