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.]
Initializes a new instance of the DragMoveProvider class with a specified container.
An IContainer that represents the container of the DragMoveProvider.
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
Visual Basic (Declaration) |
---|
Public Sub New ( _
container As IContainer _
) |
Visual C++ |
---|
public:
DragMoveProvider(
IContainer^ container
) |
Parameters
- container
- Type: System.ComponentModel..::.IContainer
[Missing <param name="container"/> documentation for "M:Developpez.Dotnet.Windows.Forms.Controls.DragMoveProvider.#ctor(System.ComponentModel.IContainer)"]
See Also