Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxMenuItem Clone()
Public Function Clone As KaxMenuItem
public:
KaxMenuItem^ Clone()
member Clone : unit -> KaxMenuItem
Return Value
Type:
KaxMenuItemA
KaxMenuItem which is a copy of the current one.
Remarks
Use the Clone method to create a copy of the current item. All
properties of the clone are set to the same values as the current ones. Child items are
not cloned.
See Also