PropertyGrid.RefreshTabs(PropertyTabScope) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
刷新指定范围的属性选项卡。
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
PropertyTabScope 的 Component
或 Document
值。
例外
tabScope
参数不是 PropertyTabScope 的 Component
或 Document
值。
注解
该方法 RefreshTabs 首先删除指定作用域的属性选项卡,然后需要对象和文档重新生成选项卡。