ToolboxItem.Properties Property

Gets a dictionary of properties.

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

public:
property IDictionary^ Properties {
	IDictionary^ get ();
}
/** @property */
public IDictionary get_Properties ()

public function get Properties () : IDictionary

Not applicable.

Property Value

A dictionary of name/value pairs (the names are property names and the values are property values).

The Properties property dictionary becomes read-only after the toolbox item has been locked.

Values in the properties dictionary are validated through the ValidatePropertyValue method, and default values are obtained from the GetDefaultProperty method.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: