Shows a dialog allowing custom plugin settings to be modified.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
bool ShowCustomSettingsForm(
	ref SerializableDictionary<string, string> settings
)
Visual Basic (Declaration)
Function ShowCustomSettingsForm ( _
	ByRef settings As SerializableDictionary(Of String, String) _
) As Boolean
Visual C++
bool ShowCustomSettingsForm(
	SerializableDictionary<String^, String^>^% settings
)

Parameters

settings
Type: SerializableDictionary<(Of <(String, String>)>) %
Dictionary containing existing settings. This dictionary may be empty if the service has not previously been set up.

Return Value

True if settings were modified, false if the user canceled or the plugin does not use custom settings.

See Also