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