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 or sets the cloned instance.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property CloneInstance As UIElement
public UIElement CloneInstance { get; set; }
public:
property UIElement^ CloneInstance {
UIElement^ get ();
void set (UIElement^ value);
}
member CloneInstance : UIElement with get, set
function get CloneInstance () : UIElement
function set CloneInstance (value : UIElement)
Property Value
Type: System.Windows.UIElement
The cloned instance.
.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.