ToolboxService::IToolboxService::CategoryNames Property

 

For a description of this member, see the IToolboxService::CategoryNames property.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

private:
property CategoryNameCollection^ CategoryNames {
	virtual CategoryNameCollection^ get() sealed = IToolboxService::CategoryNames::get;
}

Property Value

Type: System.Drawing.Design::CategoryNameCollection^

A CategoryNameCollection containing the tool categories.

This member is an explicit interface member implementation. It can be used only when the ToolboxService instance is cast to an IToolboxService interface.

.NET Framework
Available since 2.0
Return to top
Show: