Retrieves the title of the page. The caller may use this to show the name of this editor before it's actually activated.
[Visual Basic] Overridable Public ReadOnly Property Title As String [C#] public string Title {virtual get;} [C++] public: __property virtual String* get_Title(); [JScript] public function get Title() : String;
the title of the page.
ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace