Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / SelectNextDrawingObject Method
true if the next shape is selected; otherwise, the previous shape is selected.


In This Topic
    SelectNextDrawingObject Method
    In This Topic
    Select the next drawing object of the selected one.
    Syntax
    'Declaration
     
    
    Public Function SelectNextDrawingObject( _
       ByVal nextTo As Boolean, _
       Optional ByVal fireEvent As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim nextTo As Boolean
    Dim fireEvent As Boolean
    Dim value As Boolean
     
    value = instance.SelectNextDrawingObject(nextTo, fireEvent)
    public bool SelectNextDrawingObject( 
       bool nextTo,
       bool fireEvent
    )

    Parameters

    nextTo
    true if the next shape is selected; otherwise, the previous shape is selected.
    fireEvent

    Return Value

    return true if the selected object has been changed, otherwise return false
    See Also