Class CloneManager
Represents the Clone Manager
Inheritance
System.Object
CloneManager
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class CloneManager : Object
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 |
---|
RibbonButton |
CloneBackStageCommandButton(BackStageCommandButton, Boolean)
Declaration
public static BackStageCommandButton CloneBackStageCommandButton(BackStageCommandButton source, bool isQATItem)
Parameters
Type | Name | Description |
---|---|---|
BackStageCommandButton | source | |
System.Boolean | isQATItem |
Returns
Type |
---|
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 |
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 |
---|
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 |