Changes this instance to a custom item.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public void ChangeToCustom(
	Guid newguid
)
Visual Basic
Public Sub ChangeToCustom ( _
	newguid As Guid _
)
Visual C++
public:
void ChangeToCustom(
	Guid newguid
)

Parameters

newguid
Type: System..::..Guid
The newguid.

See Also