'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the border will change when the mouse hovers the control.")> Public Property InteractiveBorder As System.Boolean
'Usage
Dim instance As NControlBorder Dim value As System.Boolean instance.InteractiveBorder = value value = instance.InteractiveBorder
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the border will change when the mouse hovers the control.")] public System.bool InteractiveBorder {get; set;}