SelectionGlyph.GetGrabHandles(ActivityDesigner) Method

Definition

Returns an array of rectangles that represents the selected glyph's grab handles.

public:
 virtual cli::array <System::Drawing::Rectangle> ^ GetGrabHandles(System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer);
public virtual System.Drawing.Rectangle[] GetGrabHandles (System.Workflow.ComponentModel.Design.ActivityDesigner designer);
abstract member GetGrabHandles : System.Workflow.ComponentModel.Design.ActivityDesigner -> System.Drawing.Rectangle[]
override this.GetGrabHandles : System.Workflow.ComponentModel.Design.ActivityDesigner -> System.Drawing.Rectangle[]
Public Overridable Function GetGrabHandles (designer As ActivityDesigner) As Rectangle()

Parameters

designer
ActivityDesigner

The ActivityDesigner with which the selection glyph is associated.

Returns

A Rectangle array of the grab handles to display on the selected glyph.

Remarks

Grab handles are the small boxes on the edge of a selected glyph that a user can grab and move to drag or resize the glyph.

Applies to