Changes this instance to a custom item.

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

Syntax

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

Parameters

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

See Also