ToolsOptionsBaseControl<TOptions>.Current Property

Definition

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.

Applies to