Wimark.Controls Class Library  

Editor.ClonedFrom Property

Gets or sets the editor this editor is cloned from.

[Visual Basic]
Public Property ClonedFrom As Editor 
[C#]
public Editor ClonedFrom {get; set;}
[C++]
public: __property Editor* get_ClonedFrom();
public: __property void set_ClonedFrom(Editor*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

Editor Class | Editor Members | Wimark.Controls.Editors Namespace