Dela via


RibbonQuickAccessToolBarCloneEventArgs.InstanceToBeCloned Property

Gets the element to be cloned.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public ReadOnly Property InstanceToBeCloned As UIElement
public UIElement InstanceToBeCloned { get; }
public:
property UIElement^ InstanceToBeCloned {
    UIElement^ get ();
}
member InstanceToBeCloned : UIElement
function get InstanceToBeCloned () : UIElement

Property Value

Type: System.Windows.UIElement
The element to be cloned.

.NET Framework Security

See Also

Reference

RibbonQuickAccessToolBarCloneEventArgs Class

Microsoft.Windows.Controls.Ribbon Namespace