ToolsOptionsBaseControl<TOptions>.Current プロパティ

定義

ツールメニューのオプションサブメニューのタブに表示されているユーザーコントロールを得られます。

protected:
 property TOptions Current { TOptions get(); };
protected TOptions Current { get; }
member this.Current : 'Options
Protected ReadOnly Property Current As TOptions

プロパティ値

TOptions

このインスタンスに関連付けられた ToolsOptionsBaseControl<TOptions> クラスを返します。

適用対象