ToolsOptionsBaseControl<TOptions>.Current Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the user controls that are shown on one of the tabs in the Tools menu, Options submenu.
protected:
property TOptions Current { TOptions get(); };
protected TOptions Current { get; }
member this.Current : 'Options
Protected ReadOnly Property Current As TOptions
Property Value
TOptions
Returns the ToolsOptionsBaseControl<TOptions> class associated with this instance.