ComponentEditorPage::Title Property

 

Gets the title of the page.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ Title {
	virtual String^ get();
}

Property Value

Type: System::String^

The title of the page.

The caller may use this to show the name of this editor before it's actually activated.

.NET Framework
Available since 1.1
Return to top
Show: