The GetConfig method retrieves the configuration string for the current editor configuration settings.

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

Syntax

C#
public Object GetConfig(
	string name
)
Visual Basic
Public Function GetConfig ( _
	name As String _
) As Object
Visual C++
public:
Object^ GetConfig(
	String^ name
)

Parameters

name
Type: System..::..String

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

Return Value

[Missing <returns> documentation for "M:RTE.Editor.GetConfig(System.String)"]

See Also