Articles in this section
Category / Section

How can I hide the close button in AutoComplete DropDown?

1 min read

 

You can set ShowCloseButton property of autoComplete to false inorder to hide the close button.

C#

this.autoComplete1.ShowCloseButton = false;

VB

Me.autoComplete1.ShowCloseButton = False

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied