SqlDialogPage Class
SQL Server 2012
Dialog page used to create custom property page.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
DialogPage
RadLangSvc.SqlDialogPage
RadLangSvc.AdvancedPage
System.MarshalByRefObject
System.ComponentModel.Component
DialogPage
RadLangSvc.SqlDialogPage
RadLangSvc.AdvancedPage
Namespace: RadLangSvc
Assembly: RadLangSvc (in RadLangSvc.dll)
The SqlDialogPage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AutomationObject | Gets the DTE automation model object for a given object of a SqlDialogPage class. (Overrides DialogPageAutomationObject.) |
![]() | CanRaiseEvents | (Inherited from Component.) |
![]() | Container | (Inherited from Component.) |
![]() | DesignMode | (Inherited from Component.) |
![]() | Events | (Inherited from Component.) |
![]() | PropertySheet | Gets SqlPropertySheet object if one exists; otherwise, creates a SqlPropertySheet object. |
![]() | SettingsRegistryPath | (Inherited from DialogPage.) |
![]() | Site | (Inherited from DialogPage.) |
![]() | Window | Gets the user interface window of the dialog page. (Overrides DialogPageWindow.) |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | CreatePropertySheet | Virtual method that creates a SqlPropertySheet object. |
![]() | Dispose() | (Inherited from Component.) |
![]() | Dispose(Boolean) | (Inherited from DialogPage.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Component.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | GetService | (Inherited from Component.) |
![]() | GetType | (Inherited from Object.) |
![]() | InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | LoadSettingsFromStorage | Override called by shell to load dialog page settings from local storage, generally the registry. (Overrides DialogPageLoadSettingsFromStorage.) |
![]() | LoadSettingsFromXml | Called by Visual Studio Shell to load dialog page settings from the Visual Studio shell settings storage on disk. (Overrides DialogPageLoadSettingsFromXml(IVsSettingsReader).) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | OnActivate | Handles Windows Activate messages from the Visual Studio shell environment. (Overrides DialogPageOnActivate(CancelEventArgs).) |
![]() | OnApply | Handles Apply messages from the Visual Studio environment. (Overrides DialogPageOnApply(PageApplyEventArgs).) |
![]() | OnClosed | (Inherited from DialogPage.) |
![]() | OnDeactivate | Handles Deactivate messages from the Visual Studio shell environment. (Overrides DialogPageOnDeactivate(CancelEventArgs).) |
![]() | ResetSettings | Resets settings to their default values. (Overrides DialogPageResetSettings.) |
![]() | SaveSettingsToStorage | (Inherited from DialogPage.) |
![]() | SaveSettingsToXml | (Inherited from DialogPage.) |
![]() | ToString | (Inherited from Component.) |


