The SetConfig method sets the current editor configuration settings.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public void SetConfig(
	string name,
	bool value
)
Visual Basic
Public Sub SetConfig ( _
	name As String, _
	value As Boolean _
)
Visual C++
public:
void SetConfig(
	String^ name, 
	bool value
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:RTE.Editor.SetConfig(System.String,System.Boolean)"]

value
Type: System..::..Boolean

[Missing <param name="value"/> documentation for "M:RTE.Editor.SetConfig(System.String,System.Boolean)"]

See Also