PropertiesTab 類別

定義

表示 PropertyGrid 控制項上的 [屬性] 索引標籤。

public ref class PropertiesTab : System::Windows::Forms::Design::PropertyTab
public class PropertiesTab : System.Windows.Forms.Design.PropertyTab
type PropertiesTab = class
    inherit PropertyTab
Public Class PropertiesTab
Inherits PropertyTab
繼承
PropertiesTab

建構函式

PropertiesTab()

初始化 PropertiesTab 類別的新執行個體。

屬性

Bitmap

取得顯示 PropertyTab 的點陣圖。

(繼承來源 PropertyTab)
Components

取得或設定屬性索引標籤與其關聯的元件陣列。

(繼承來源 PropertyTab)
HelpKeyword

取得要與這個索引標籤關聯的說明關鍵字。

TabName

取得 [屬性] 索引標籤的名稱。

方法

CanExtend(Object)

取得值,表示這個 PropertyTab 是否可以顯示指定元件的屬性。

(繼承來源 PropertyTab)
Dispose()

釋放 PropertyTab 使用的所有資源。

(繼承來源 PropertyTab)
Dispose(Boolean)

釋放 PropertyTab 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

(繼承來源 PropertyTab)
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetDefaultProperty(Object)

取得所指定元件的預設屬性。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetProperties(ITypeDescriptorContext, Object, Attribute[])

取得符合指定屬性 (attribute) 和內容之指定元件的屬性 (property)。

GetProperties(Object)

取得指定元件的屬性。

(繼承來源 PropertyTab)
GetProperties(Object, Attribute[])

取得符合指定屬性 (attribute) 之指定元件的屬性 (property)。

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於