SqlDialogPage Class

Definition

Dialog page used to create custom property page.

public ref class SqlDialogPage : Microsoft::VisualStudio::Shell::DialogPage
[System.Runtime.InteropServices.ComVisible(true)]
public class SqlDialogPage : Microsoft.VisualStudio.Shell.DialogPage
[<System.Runtime.InteropServices.ComVisible(true)>]
type SqlDialogPage = class
    inherit DialogPage
Public Class SqlDialogPage
Inherits DialogPage
Inheritance
SqlDialogPage
Derived
Attributes

Constructors

SqlDialogPage()

Initializes a new instance of the SqlDialogPage class.

Properties

AutomationObject

Gets the DTE automation model object for a given object of a SqlDialogPage class.

PropertySheet

Gets SqlPropertySheet object if one exists; otherwise, creates a SqlPropertySheet object.

Window

Gets the user interface window of the dialog page.

Methods

CreatePropertySheet()

Virtual method that creates a SqlPropertySheet object.

LoadSettingsFromStorage()

Override called by shell to load dialog page settings from local storage, generally the registry.

LoadSettingsFromXml(IVsSettingsReader)

Called by Visual Studio Shell to load dialog page settings from the Visual Studio shell settings storage on disk.

OnActivate(CancelEventArgs)

Handles Windows Activate messages from the Visual Studio shell environment.

OnApply(DialogPage+PageApplyEventArgs)

Handles Apply messages from the Visual Studio environment.

OnDeactivate(CancelEventArgs)

Handles Deactivate messages from the Visual Studio shell environment.

ResetSettings()

Resets settings to their default values.

Applies to