'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Controls the delay which must ellapse, before the tool can be activated again (in milliseconds). By default set to 50.")> <System.ComponentModel.DefaultValueAttribute(50)> Public Property ActivateDelay As System.Integer
'Usage
Dim instance As NLibraryMouseWheelScrollTool Dim value As System.Integer instance.ActivateDelay = value value = instance.ActivateDelay
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Controls the delay which must ellapse, before the tool can be activated again (in milliseconds). By default set to 50.")] [System.ComponentModel.DefaultValue(50)] public System.int ActivateDelay {get; set;}