SqlPropertySheet Class

Definition

Base class for SQL editor tools/options property sheets.

public ref class SqlPropertySheet : System::Windows::Forms::UserControl
public class SqlPropertySheet : System.Windows.Forms.UserControl
type SqlPropertySheet = class
    inherit UserControl
Public Class SqlPropertySheet
Inherits UserControl
Inheritance
SqlPropertySheet
Derived

Constructors

SqlPropertySheet()

Initializes a new instance of the SqlPropertySheet class.

Properties

SqlPrefs

Gets or sets the SQL language reference.

Methods

AddLabelDivider(Label)

Adds a label divider to the property page.

CalcSize()

Calculates the size of the window of the current handle.

DefWndProc(Message)

Takes custom actions and sends the specified message to the default window procedure.

OnApply()

Called when OnApply(DialogPage+PageApplyEventArgs) is called by the framework.

OnPaint(PaintEventArgs)

Overrides base class for custom actions.

OnSetActive()

Called when either the OnActivate(CancelEventArgs) method or LoadSettingsFromStorage() method are called by the framework.

Applies to