QuerySelectorForm ClassCleanCode C# Libraries v1.2.03 API
A simple OnlineForm wrapper around a QueryPicker.
Inheritance Hierarchy

OnlineSystem.Object
  OnlineSystem.MarshalByRefObject
    OnlineSystem.ComponentModel.Component
      OnlineSystem.Windows.Forms.Control
        OnlineSystem.Windows.Forms.ScrollableControl
          OnlineSystem.Windows.Forms.ContainerControl
            OnlineSystem.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

public class QuerySelectorForm : Form
Remarks

To automatically snap this form onto the same monitor as your application in a multiple-monitor environment, set the OnlineOwner 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