'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies whether it is allowed to create duplicates of the moved elements, when the Control key is pressed")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AllowDuplication As System.Boolean
'Usage
Dim instance As NMoveTool Dim value As System.Boolean instance.AllowDuplication = value value = instance.AllowDuplication
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies whether it is allowed to create duplicates of the moved elements, when the Control key is pressed")] [System.ComponentModel.DefaultValue(true)] public System.bool AllowDuplication {get; set;}