Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / StartSelectDrawingObjectRectangle Method
The shape to initialize settings
The current theme.
true to show a normal shape; otherwise, false to show selected rectangle.


In This Topic
    StartSelectDrawingObjectRectangle Method
    In This Topic
    Start select drawing object bounds action.
    Syntax
    'Declaration
     
    
    Public Shared Sub StartSelectDrawingObjectRectangle( _
       ByVal shape As Shape, _
       ByVal theme As Theme, _
       ByVal isSelection As Boolean _
    ) 
    'Usage
     
    
    Dim shape As Shape
    Dim theme As Theme
    Dim isSelection As Boolean
     
    WorksheetDrawing.StartSelectDrawingObjectRectangle(shape, theme, isSelection)
    public static void StartSelectDrawingObjectRectangle( 
       Shape shape,
       Theme theme,
       bool isSelection
    )

    Parameters

    shape
    The shape to initialize settings
    theme
    The current theme.
    isSelection
    true to show a normal shape; otherwise, false to show selected rectangle.
    See Also