Public Overloads Sub ClosePopups( _ ByVal customContent As IEnumerable(Of PopupContent) _ )
public void ClosePopups( IEnumerable<PopupContent> customContent )
Parameters
- customContent
Public Overloads Sub ClosePopups( _ ByVal customContent As IEnumerable(Of PopupContent) _ )
public void ClosePopups( IEnumerable<PopupContent> customContent )
| Exception | Description |
|---|---|
| System.InvalidOperationException | Popups cannot be accessed from a thread other than the thread they were created on |
| System.ArgumentNullException | customContent |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)