How can I help you?
How to Identify whether the Pop-up is Currently Dropped Down
4 Feb 20251 minute to read
The boolean method IsShowing of PopupControlContainer returns whether the popup is currently dropped down or not.
this.popupControlContainer1.IsShowing();Me.popupControlContainer1.IsShowing()