NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolboxItem.ItemCount

Retrieves the number of Types contained in this ToolboxItem

[Visual Basic]
Public ReadOnly Property ItemCount As Integer
[C#]
public int ItemCount {get;}
[C++]
public: __property int get_ItemCount();
[JScript]
public function get ItemCount() : int;

Property Value

The number of types contained in this ToolboxItem

See Also

ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace