'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether a border around the NComboBox will be drawn in default state or only when hovered or pressed.")> Public Property InteractiveBorder As System.Boolean
'Usage
Dim instance As NComboBox Dim value As System.Boolean instance.InteractiveBorder = value value = instance.InteractiveBorder
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value whether a border around the NComboBox will be drawn in default state or only when hovered or pressed.")] public System.bool InteractiveBorder {get; set;}