Share via


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 會先刪除指定範圍的屬性索引標籤,然後要求物件和檔重建索引標籤。

適用於