'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether by pressing the "Return" key the button will close its drop-down part")> Public Property AcceptReturn As System.Boolean
'Usage
Dim instance As NControlDropDownButton Dim value As System.Boolean instance.AcceptReturn = value value = instance.AcceptReturn
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether by pressing the "Return" key the button will close its drop-down part")] public System.bool AcceptReturn {get; set;}