Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public string ResourceHandler { get; set; } | 
| Visual Basic | 
|---|
| Public Property ResourceHandler As String
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property String^ ResourceHandler {
	String^ get ();
	void set (String^ value);
} | 
 See Also
See Also