Articles in this section
Category / Section

How to show/hide a popup during run-time

1 min read

 

To show the popup:

C#

this.popupControlContainer1.ShowPopup(pointInScreenCoords);

To hide the popup:

// popupCloseType should be one of the PopupCloseType

C#

enumerationthis.popupControlContainer1.HidePopup(popupCloseType);

 

You can also check if the popup is currently showing using:

C#

if(this.popupControlContainer1.IsShowing())

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