Click or drag to resize
KaxToolBarButtonClone Method
Creates a copy of the current KaxToolBarButton 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 KaxToolBarButton Clone()

Return Value

Type: KaxToolBarButton
A KaxToolBarButton which is a copy of the current one.
Remarks
Use the Clone method to create a copy of the current button. All properties of the clone are set to the same values as the current ones.
See Also