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

Syntax

C#
protected void SetAdvancedOption(
	string name,
	string value
)
Visual Basic
Protected Sub SetAdvancedOption ( _
	name As String, _
	value As String _
)
Visual C++
protected:
void SetAdvancedOption(
	String^ name, 
	String^ value
)

Parameters

name
Type: System..::..String
value
Type: System..::..String

See Also