ComponentEditorPage.Title 屬性

定義

取得頁面的標題。

public:
 virtual property System::String ^ Title { System::String ^ get(); };
public virtual string Title { get; }
member this.Title : string
Public Overridable ReadOnly Property Title As String

屬性值

頁面的標題。

備註

呼叫端可以使用這個 來顯示此編輯器的名稱,然後再實際啟動。

適用於