Returns whether the plugin has custom settings.

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

Syntax

C#
bool HasCustomSettings()
Visual Basic (Declaration)
Function HasCustomSettings As Boolean
Visual C++
bool HasCustomSettings()

Return Value

True if the plugin has custom settings, false otherwise.

Remarks

If the plugin has custom settings, then it should show a dialog allowing the user to modify them when ShowCustomSettingsForm(SerializableDictionary<(Of <(String, String>)>)%) is called.

See Also