Click or drag to resize
KaxMenuItemClone Method
Creates a copy of the current KaxMenuItem object.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxMenuItem Clone()

Return Value

Type: KaxMenuItem
A 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