ToolboxItemFilterAttribute::TypeId Property

 

Gets the type ID for the attribute.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property Object^ TypeId {
	virtual Object^ get() override;
}

Property Value

Type: System::Object^

The type ID for this attribute. All ToolboxItemFilterAttribute objects with the same filter string return the same type ID.

.NET Framework
Available since 1.1
Return to top
Show: