'Declaration
<System.ComponentModel.CategoryAttribute("Keyboard")> <System.ComponentModel.DescriptionAttribute("Whether the control will obtain focus when this tool is activated.")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(True)> Public Property FocusControlWhenActive As System.Boolean
'Usage
Dim instance As NDragTool Dim value As System.Boolean instance.FocusControlWhenActive = value value = instance.FocusControlWhenActive
[System.ComponentModel.Category("Keyboard")] [System.ComponentModel.Description("Whether the control will obtain focus when this tool is activated.")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(true)] public System.bool FocusControlWhenActive {get; set;}