ToolBoxTab3::Name Property

 

Gets or sets the name of the ToolBoxTab3 object.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string containing the name of the tab.

This example selects and activates the first ToolBoxTab3 item and displays its name in a message box.

No code example is currently available or this language may not be supported.
Return to top
Show: