Skip to content

Instantly share code, notes, and snippets.

@AlessioForafo
Created February 6, 2025 13:03
Show Gist options
  • Save AlessioForafo/0f6c8c607a04d73740c209973e5237a7 to your computer and use it in GitHub Desktop.
Save AlessioForafo/0f6c8c607a04d73740c209973e5237a7 to your computer and use it in GitHub Desktop.
Close drop down button from C#
var drop = (DropDownButton)Owner;
drop.ExecuteMethod("Close");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment