A simple Form wrapper around a QueryPicker.
Inheritance Hierarchy
System MarshalByRefObject
System.ComponentModel Component
System.Windows.Forms Control
System.Windows.Forms ScrollableControl
System.Windows.Forms ContainerControl
System.Windows.Forms Form
CleanCode.SqlEditorControls QuerySelectorForm
Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Remarks
To automatically snap this form onto the same monitor as your application in a multiple-monitor environment, set the Owner property to the application's Form instance (either this.ParentForm or this.FindForm() depending on your context). For further refining the position, you may optionally set the ParentRelativeLocation property, useful in cases where you have instances of this subform invoked by more than one control on your main form.
Since CleanCode 0.9.23.
See Also