Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / CanProcessShape Method
The input arrays of shape.
a boolean value indicates whether executed from an UI action.


In This Topic
    CanProcessShape Method
    In This Topic
    Determine whether can process the shape.
    Syntax
    'Declaration
     
    
    Public Function CanProcessShape( _
       ByVal shapes() As DrawingObject, _
       Optional ByVal isUIAction As Boolean, _
       Optional ByVal actions As ShapeActionsCommand.Actions _
    ) As Boolean
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim shapes() As DrawingObject
    Dim isUIAction As Boolean
    Dim actions As ShapeActionsCommand.Actions
    Dim value As Boolean
     
    value = instance.CanProcessShape(shapes, isUIAction, actions)

    Parameters

    shapes
    The input arrays of shape.
    isUIAction
    a boolean value indicates whether executed from an UI action.
    actions

    Return Value

    Return true if can process shape, otherwise false.
    See Also