Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / IsProcessedShape Method
The composite shape


In This Topic
    IsProcessedShape Method
    In This Topic
    Gets a value indicating whether the composite shape is selected but not its children.
    Syntax
    'Declaration
     
    
    Public Shared Function IsProcessedShape( _
       ByVal shape As IShape _
    ) As Boolean
    'Usage
     
    
    Dim shape As IShape
    Dim value As Boolean
     
    value = WorksheetDrawing.IsProcessedShape(shape)
    public static bool IsProcessedShape( 
       IShape shape
    )

    Parameters

    shape
    The composite shape
    See Also