public DataSourcePicker(DataSource datasource, GeoCalc.ObjectType objectType, Form parent, String name = "", SearchFilter filter = null, String defaultIssuer = "", String defaultCode = "", GeoCalc.ObjectType defaultType = GeoCalc.ObjectType.None, bool defaultToAll = false)
(Windows Only) public DataSourcePicker(DataSource datasource, GeoCalc.ObjectType objectType, IntPtr parent, String name = "", SearchFilter filter = null, String defaultIssuer = "", String defaultCode = "", GeoCalc.ObjectType defaultType = GeoCalc.ObjectType.None, bool defaultToAll = false)
Description
The DataSourcePicker constructor creates a new instance of the DataSourcePicker class. There are only three required arguments for this constructor, which give the DataSource from which objects will be selected, the ObjectType(s) for the objects that should be displayed in the dialog, and the parent window for the picker. The parent window can be given as either a Form or a handle. The remaining parameters can be used to specify the name of the dialog, a filter for what objects should be shown, and the issuer, code, and ObjectType that identify the object that should be selected when the dialog is initially displayed. This constructor will not display the dialog.
}
Comments
0 comments
Please sign in to leave a comment.