Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Enable or disables the DragMove behavior for the specified control.

Namespace:  Developpez.Dotnet.Windows.Forms.Controls
Assembly:  Developpez.Dotnet.Windows.Forms (in Developpez.Dotnet.Windows.Forms.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetEnableDragMove(
	Control control,
	bool value
)
Visual Basic (Declaration)
Public Sub SetEnableDragMove ( _
	control As Control, _
	value As Boolean _
)
Visual C++
public:
void SetEnableDragMove(
	Control^ control, 
	bool value
)

Parameters

control
Type: System.Windows.Forms..::.Control
The control for which to enable or disable the DragMove behavior.
value
Type: System..::.Boolean
A value indicating if the DragMove behavior must be enabled or disabled for this control.

See Also