ComponentDocumentDesigner::PreFilterProperties Method (IDictionary^)

 

Adjusts the set of properties the component will expose through a TypeDescriptor.

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

protected:
virtual void PreFilterProperties(
	IDictionary^ properties
) override

Parameters

properties
Type: System.Collections::IDictionary^

An IDictionary that contains the properties for the class of the component.

This IDesignerFilter interface method override adds a non-browsable, design-time only boolean property named "TrayLargeIcon" to this designer's component at design time. This property is used by the component tray.

.NET Framework
Available since 1.1
Return to top
Show: