WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CloneManager

    Show / Hide Table of Contents

    Class CloneManager

    Represents the Clone Manager

    Inheritance
    System.Object
    CloneManager
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class CloneManager

    Constructors

    CloneManager()

    Declaration
    public CloneManager()

    Methods

    CloneBackStageButton(BackStageButton, Boolean)

    Declaration
    public static RibbonButton CloneBackStageButton(BackStageButton source, bool isQATItem)
    Parameters
    Type Name Description
    BackStageButton source
    System.Boolean isQATItem
    Returns
    Type Description
    RibbonButton

    CloneBackStageCommandButton(BackStageCommandButton, Boolean)

    Declaration
    public static BackStageCommandButton CloneBackStageCommandButton(BackStageCommandButton source, bool isQATItem)
    Parameters
    Type Name Description
    BackStageCommandButton source
    System.Boolean isQATItem
    Returns
    Type Description
    BackStageCommandButton

    CloneBasic(Object)

    Clones the basic.

    Declaration
    public static object CloneBasic(object source)
    Parameters
    Type Name Description
    System.Object source

    The element.

    Returns
    Type Description
    System.Object

    clones the basic

    CloneBasic(Object, Boolean)

    Clones the basic.

    Declaration
    public static object CloneBasic(object source, bool isQATItem)
    Parameters
    Type Name Description
    System.Object source

    The element.

    System.Boolean isQATItem
    Returns
    Type Description
    System.Object

    clones the basic

    CloneGeneral(Object, Boolean)

    Clones the general.

    Declaration
    public static UIElement CloneGeneral(object source, bool isQATItem)
    Parameters
    Type Name Description
    System.Object source

    The target.

    System.Boolean isQATItem

    if set to true [needs sizing].

    Returns
    Type Description
    System.Windows.UIElement

    Clones the general

    ClonePropertyValues(Object, Object, Boolean)

    Clones the Property value

    Declaration
    public static void ClonePropertyValues(object source, object target, bool isQATItem)
    Parameters
    Type Name Description
    System.Object source

    The Item

    System.Object target
    System.Boolean isQATItem

    true if the item for QAT

    CloneRibbonButton(RibbonButton, Boolean)

    Clones the ribbon button.

    Declaration
    public static RibbonButton CloneRibbonButton(RibbonButton source, bool isQATItem)
    Parameters
    Type Name Description
    RibbonButton source

    The button.

    System.Boolean isQATItem
    Returns
    Type Description
    RibbonButton

    cloned the ribbon button

    CloneRibbonButton(RibbonCommandProvider, Boolean)

    Declaration
    public static RibbonButton CloneRibbonButton(RibbonCommandProvider source, bool isQATItem)
    Parameters
    Type Name Description
    RibbonCommandProvider source
    System.Boolean isQATItem
    Returns
    Type Description
    RibbonButton

    CloneRibbonCommandProvider(RibbonCommandProvider, Boolean)

    Clones the ribbon button.

    Declaration
    public static RibbonButton CloneRibbonCommandProvider(RibbonCommandProvider source, bool isQATItem)
    Parameters
    Type Name Description
    RibbonCommandProvider source

    The button.

    System.Boolean isQATItem
    Returns
    Type Description
    RibbonButton

    cloned the ribbon button

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved