KaxToolBarButtonClone Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxToolBarButton Clone()
Public Function Clone As KaxToolBarButton
public:
KaxToolBarButton^ Clone()
member Clone : unit -> KaxToolBarButton
Return Value
Type:
KaxToolBarButtonA
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