NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentEditorPage.Title

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;

Property Value

the title of the page.

See Also

ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace