SelectionGlyph.GetGrabHandles(ActivityDesigner) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.