'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the control will display a focused rectangle around its header when focused.")> Public Property FocusRect As System.Boolean
'Usage
Dim instance As NExpander Dim value As System.Boolean instance.FocusRect = value value = instance.FocusRect
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the control will display a focused rectangle around its header when focused.")] public System.bool FocusRect {get; set;}