StatusBar::StatusBarPanelCollection::IList::Add Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds a StatusBarPanel to the collection.

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

private:
virtual int Add(
	Object^ value
) sealed = IList::Add

Parameters

value
Type: System::Object^

A StatusBarPanel that represents the panel to add to the collection.

Return Value

Type: System::Int32

Exception Condition
ArgumentException

value is not a StatusBarPanel.

-or-

The parent of value is not null.

.NET Framework
Available since 1.1
Return to top
Show: