public PopupContent( string htmlContent, string title )
Public Function New( _ ByVal htmlContent As String, _ ByVal title As String _ )
Parameters
- htmlContent
- Html content to display in the pop-up.
- title
- Text displayed in the title bar of the pop-up.