Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet.Windows.Forms (in Developpez.Dotnet.Windows.Forms.dll) Version: 1.0.0.0 (1.0.0.0)
[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.ControlsAssembly: 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