ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / InputFieldCheckBoxItem Class / Clone Method

In This Topic
    Clone Method (InputFieldCheckBoxItem)
    In This Topic
    Performs a cloning of this instance.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function Clone() As CanvasItem
    public override CanvasItem Clone()

    Return Value

    Returns the cloned InputFieldCheckBoxItem item.
    See Also