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.]

Retrieves a value indicating whether the DragMove behavior is enabled on 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#
[DefaultValueAttribute(false)]
public bool GetEnableDragMove(
	Control control
)
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Function GetEnableDragMove ( _
	control As Control _
) As Boolean
Visual C++
[DefaultValueAttribute(false)]
public:
bool GetEnableDragMove(
	Control^ control
)

Parameters

control
Type: System.Windows.Forms..::.Control
The Control for which to retrieve DragMove status

Return Value

true if the DragMove behavior is enabled for this control ; otherwise, false.

See Also