MenuItemBinding::ICloneable::Clone Method ()

 

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

Creates a copy of the MenuItemBinding object.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private:
virtual Object^ Clone() sealed = ICloneable::Clone

Return Value

Type: System::Object^

An Object that represents a copy of the MenuItemBinding.

The ICloneable::Clone method is a helper function that creates a copy of the MenuItemBinding object from which this method is called.

System_CAPS_noteNote

This method is used primarily by control developers.

.NET Framework
Available since 2.0
Return to top
Show: