'Declaration
<System.ComponentModel.CategoryAttribute("Mouse")> <System.ComponentModel.DescriptionAttribute("The mouse command that terminates the drag operation.")> Public Property EndDragMouseCommand As NMouseCommand
'Usage
Dim instance As NDragTool Dim value As NMouseCommand instance.EndDragMouseCommand = value value = instance.EndDragMouseCommand
[System.ComponentModel.Category("Mouse")] [System.ComponentModel.Description("The mouse command that terminates the drag operation.")] public NMouseCommand EndDragMouseCommand {get; set;}