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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.