Skip to content

Clone Method

Description

Creates a clone of the control and returns it as a new CommandBarControl object.

Syntax

Public Function Clone( _
    Optional ByVal Recursive As Variant _
) As [CommandBarControl](XtremeCommandBars~CommandBarControl.md)

Parameters

  • Recursive:
    True to copy recursively. This means to copy the parent control and any children it might have.

Return Type

Returns a CommandBarControl object that is a clone of the original.

See Also


See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.