SqlWorkbenchKeyboardOption Class
Definition
Class that corresponds to SQL keyboard option page on the Tools menu, Options submenu.
public ref class SqlWorkbenchKeyboardOption : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::SQLWBToolsOptionsSqlPage
public class SqlWorkbenchKeyboardOption : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsSqlPage
type SqlWorkbenchKeyboardOption = class
inherit SQLWBToolsOptionsSqlPage
Public Class SqlWorkbenchKeyboardOption
Inherits SQLWBToolsOptionsSqlPage
- Inheritance
-
SQLWBToolsOptionsPage<Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings>SqlWorkbenchKeyboardOption
Constructors
SqlWorkbenchKeyboardOption(String, Guid, IServiceProvider) |
Initializes a new instance of the SqlWorkbenchKeyboardOption class. |
Fields
guid | (Inherited from SQLWorkbenchToolsOptionsPage) |
m_dlg |
User control that is shown in on one of the Tools menu, Options submenu tabs. (Inherited from SQLWBToolsOptionsPage<TOptions>) |
name | (Inherited from SQLWorkbenchToolsOptionsPage) |
Methods
AbortEditSettings() |
Cancels the changes. (Inherited from SQLWBToolsOptionsPage<TOptions>) |
GetOptionsDialogType() |
Gets the options page dialog box type. |
GetService(Type) | (Inherited from SQLWorkbenchToolsOptionsPage) |
GetWindow() |
Retrieves the window that this options page uses. (Inherited from SQLWBToolsOptionsPage<TOptions>) |
LoadSettings() |
Loads settings for keyboard option page. |
OnActivate() | (Inherited from SQLWorkbenchToolsOptionsPage) |
OnDeactivate() |
Called when this option loses activation. (Inherited from SQLWBToolsOptionsPage<TOptions>) |
SaveSettings() |
Saves settings for keyboard option page. |