IInsertionPanel Interface

Definition

Provides methods to let an item be inserted between other items in a drag-and-drop operation.

public interface class IInsertionPanel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(1804460175, 25895, 19769, 188, 191, 88, 176, 29, 169, 35, 215)]
struct IInsertionPanel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(1804460175, 25895, 19769, 188, 191, 88, 176, 29, 169, 35, 215)]
public interface IInsertionPanel
Public Interface IInsertionPanel
Derived
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Methods

GetInsertionIndexes(Point, Int32, Int32)

Returns the index values of the items that the specified point is between.

Applies to