Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.