Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / SelectNextDrawingObject Method
true if the next shape is selected; otherwise, the previous shape is selected.
a boolean value indicates whether executed from an UI action.


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, _
       Optional ByVal isUIAction As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim nextTo As Boolean
    Dim fireEvent As Boolean
    Dim isUIAction As Boolean
    Dim value As Boolean
     
    value = instance.SelectNextDrawingObject(nextTo, fireEvent, isUIAction)
    public bool SelectNextDrawingObject( 
       bool nextTo,
       bool fireEvent,
       bool isUIAction
    )

    Parameters

    nextTo
    true if the next shape is selected; otherwise, the previous shape is selected.
    fireEvent
    isUIAction
    a boolean value indicates whether executed from an UI action.

    Return Value

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