Changes this instance to a custom item.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
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.
 
     
     
     
     
    