ToolsOptionsBaseControl<TOptions> Class
Definition
Base class for user controls that are shown on one of the tabs in the Tools menu, Options submenu.
generic <typename TOptions>
public ref class ToolsOptionsBaseControl : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::ToolsOptionsBaseUserControl
public class ToolsOptionsBaseControl<TOptions> : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ToolsOptionsBaseUserControl
type ToolsOptionsBaseControl<'Options> = class
inherit ToolsOptionsBaseUserControl
Public Class ToolsOptionsBaseControl(Of TOptions)
Inherits ToolsOptionsBaseUserControl
Type Parameters
- TOptions
The type of the options generic class.
- Inheritance
Constructors
ToolsOptionsBaseControl<TOptions>() |
Initializes a new instance of the ToolsOptionsBaseControl<TOptions> class. |
Properties
Current |
Gets the user controls that are shown on one of the tabs in the Tools menu, Options submenu. |
Methods
ApplyChanges() |
Applies the changed settings. |
ApplyChanges(TOptions) |
Applies the changed settings. |
CancelChanges() |
Cancels changes. |
Initialize(TOptions) |
Initializes controls. |
InitializeControls() |
Initializes controls. |
ResetChanges() |
Resets changes. |
SaveOrCompareCurrentValueOfControls(Boolean) |
Save or compare control values. |
ValidateNumeric(NumericUpDown, String) |
Validates the current value of the given numeric control, and shows message if the value is not valid. |
ValidateValuesInControls() |
Validates controls. (Inherited from ToolsOptionsBaseUserControl) |