PropertyGrid.RefreshTabs(PropertyTabScope) 方法

定义

刷新指定范围的属性选项卡。

public:
 void RefreshTabs(System::ComponentModel::PropertyTabScope tabScope);
public void RefreshTabs (System.ComponentModel.PropertyTabScope tabScope);
member this.RefreshTabs : System.ComponentModel.PropertyTabScope -> unit
Public Sub RefreshTabs (tabScope As PropertyTabScope)

参数

tabScope
PropertyTabScope

PropertyTabScopeComponentDocument 值。

例外

tabScope 参数不是 PropertyTabScopeComponentDocument 值。

注解

该方法 RefreshTabs 首先删除指定作用域的属性选项卡,然后需要对象和文档重新生成选项卡。

适用于