The SetConfig method sets the current editor configuration settings.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
| C# |
|---|
public void SetConfig( string name, string value ) |
| Visual Basic |
|---|
Public Sub SetConfig ( _ name As String, _ value As String _ ) |
| Visual C++ |
|---|
public: void SetConfig( String^ name, String^ value ) |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:RTE.Editor.SetConfig(System.String,System.String)"]
- value
- Type: System..::..String
[Missing <param name="value"/> documentation for "M:RTE.Editor.SetConfig(System.String,System.String)"]