MenuItem::ICloneable::Clone Method ()

 

Creates a copy of the current MenuItem 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 MenuItem.

The ICloneable::Clone method is used by the MenuItem class to make a copy of itself.

.NET Framework
Available since 2.0
Return to top
Show: