Begins a drag on the currently selected designer. The designer should provide UI feedback about the drag at this time. Typically, this feedback consists of an inverted rectangle for each component, or a caret if the component is text.
[Visual Basic] Function BeginDrag( _ ByVal components() As Object, _ ByVal rules As SelectionRules, _ ByVal initialX As Integer, _ ByVal initialY As Integer _ ) As Boolean [C#] bool BeginDrag( object[] components, SelectionRules rules, int initialX, int initialY ); [C++] bool BeginDrag( Object* components[], SelectionRules rules, int initialX, int initialY ) = 0; [JScript] function BeginDrag( components : Object[], rules : SelectionRules, initialX : int, initialY : int ) : Boolean;
True if the drag should begin
ISelectionUIHandler Interface | ISelectionUIHandler Members | System.WinForms.Design Namespace