[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:Icarus.DragHelper.ImageList_BeginDrag(System.IntPtr,System.Int32,System.Int32,System.Int32)]

Namespace:  Icarus
Assembly:  Icarus2 (in Icarus2)
Version: 1.0.0.0

Syntax

C#
public static bool ImageList_BeginDrag(
	IntPtr himlTrack,
	int iTrack,
	int dxHotspot,
	int dyHotspot
)

Parameters

himlTrack
Type: System..::.IntPtr

[Missing <param> documentation for "himlTrack"]

iTrack
Type: System..::.Int32

[Missing <param> documentation for "iTrack"]

dxHotspot
Type: System..::.Int32

[Missing <param> documentation for "dxHotspot"]

dyHotspot
Type: System..::.Int32

[Missing <param> documentation for "dyHotspot"]

Return Value

[Missing <returns> documentation for M:Icarus.DragHelper.ImageList_BeginDrag(System.IntPtr,System.Int32,System.Int32,System.Int32)]

See Also