'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating how a text change will be treated. If this flag is false the text change will be only accepted when the user hits the "Return" key.")> Public Property AcceptTextChangeOnReturnOnly As System.Boolean
'Usage
Dim instance As NComboBox Dim value As System.Boolean instance.AcceptTextChangeOnReturnOnly = value value = instance.AcceptTextChangeOnReturnOnly
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating how a text change will be treated. If this flag is false the text change will be only accepted when the user hits the "Return" key.")] public System.bool AcceptTextChangeOnReturnOnly {get; set;}