DragInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about the drag and drop operation.
public ref class DragInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DragInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DragInfo
Public NotInheritable Class DragInfo
- Inheritance
- Attributes
Properties
AllowedOperations |
Gets a bitwise combination of zero or more actions supported by the drag and drop operation. |
Data |
Gets a view of the data being exchanged in the drag and drop operation. |
Modifiers |
Gets the bitwise combination of zero or more modifiers (key and mouse button) that have been applied to the drag and drop operation. |
Position |
Gets the position of the object being dragged, based on the object type. |