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> 类。

适用于