Heureka API .NET Documentation
Copy Method



Creates a copy of the control category. The copy will never be marked as default (not even if the copied category is default). The copy will be assigned a new identity (guid and number)
Syntax
'Declaration
 
Public Function Copy() As ControlCategory
'Usage
 
Dim instance As ControlCategory
Dim value As ControlCategory
 
value = instance.Copy()
public ControlCategory Copy()
public:
ControlCategory^ Copy(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ControlCategory Class
ControlCategory Members

Send Feedback