AdvancedOptions Class

Definition

Extends base class for creation of controls specific to advanced options page.

public ref class AdvancedOptions : RadLangSvc::SqlPropertySheet
public class AdvancedOptions : RadLangSvc.SqlPropertySheet
type AdvancedOptions = class
    inherit SqlPropertySheet
Public Class AdvancedOptions
Inherits SqlPropertySheet
Inheritance
AdvancedOptions

Constructors

AdvancedOptions()

Initializes a new instance of the AdvancedOptions class.

Properties

SqlPrefs

Gets or sets the SQL language reference.

(Inherited from SqlPropertySheet)

Methods

AddLabelDivider(Label)

Adds a label divider to the property page.

(Inherited from SqlPropertySheet)
CalcSize()

Calculates the size of the window of the current handle.

(Inherited from SqlPropertySheet)
DefWndProc(Message)

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

(Inherited from SqlPropertySheet)
Dispose(Boolean)

Disposes resources, if any.

OnApply()

Detects whether any settings have changed and whether they require a global or local refresh when the method for the SqlDialogPage object is called.

OnPaint(PaintEventArgs)

Overrides base class for custom actions.

(Inherited from SqlPropertySheet)
OnSetActive()

Initializes control values when SqlPropertySheet is activated.

Applies to