public CTLExportDialog( DataSource dataSource, IntPtr parent, string exportCTLFile = null, string name = null )
public CTLExportDialog( DataSource dataSource, Form parent, string exportCTLFile = null, string name = null )
Description
The CTLExportDialog constructor creates a new instance of the CTLExportDialog class. There are two signatures for this constructor, allowing you to specify the parent window for the dialog with either an IntPtr or a Form object.
Comments
0 comments
Please sign in to leave a comment.