SqlDialogPage Class

Dialog page used to create custom property page.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      DialogPage
        RadLangSvc.SqlDialogPage
          RadLangSvc.AdvancedPage

Namespace:  RadLangSvc
Assembly:  RadLangSvc.VS (in RadLangSvc.VS.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Class SqlDialogPage _
    Inherits DialogPage
'Usage
Dim instance As SqlDialogPage
[ComVisibleAttribute(true)]
public class SqlDialogPage : DialogPage
[ComVisibleAttribute(true)]
public ref class SqlDialogPage : public DialogPage
[<ComVisibleAttribute(true)>]
type SqlDialogPage =  
    class
        inherit DialogPage
    end
public class SqlDialogPage extends DialogPage

The SqlDialogPage type exposes the following members.

Constructors

  Name Description
Public method SqlDialogPage Initializes a new instance of the SqlDialogPage class.

Top

Properties

  Name Description
Public property AutomationObject Gets the DTE automation model object for a given object of a SqlDialogPage class. (Overrides DialogPageAutomationObject().)
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Protected property PropertySheet Gets SqlPropertySheet object if one exists; otherwise, creates a SqlPropertySheet object.
Protected property SettingsRegistryPath (Inherited from DialogPage.)
Public property Site (Inherited from DialogPage.)
Protected property Window Gets the user interface window of the dialog page. (Overrides DialogPageWindow().)

Top

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Protected method CreatePropertySheet Virtual method that creates a SqlPropertySheet object.
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from DialogPage.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method LoadSettingsFromStorage Override called by shell to load dialog page settings from local storage, generally the registry. (Overrides DialogPageLoadSettingsFromStorage().)
Public method LoadSettingsFromXml Called by Visual Studio Shell to load dialog page settings from the Visual Studio shell settings storage on disk. (Overrides DialogPageLoadSettingsFromXml(IVsSettingsReader).)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method OnActivate(CancelEventArgs) (Inherited from DialogPage.)
Protected method OnActivate(CancelEventArgs) Handles Windows Activate messages from the Visual Studio shell environment.
Protected method OnApply Handles Apply messages from the Visual Studio environment. (Overrides DialogPageOnApply(PageApplyEventArgs).)
Protected method OnClosed (Inherited from DialogPage.)
Protected method OnDeactivate(CancelEventArgs) (Inherited from DialogPage.)
Protected method OnDeactivate(CancelEventArgs) Handles Deactivate messages from the Visual Studio shell environment.
Public method ResetSettings Resets settings to their default values. (Overrides DialogPageResetSettings().)
Public method SaveSettingsToStorage (Inherited from DialogPage.)
Public method SaveSettingsToXml (Inherited from DialogPage.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property System#Windows#Forms#IWin32Window#Handle (Inherited from DialogPage.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference