Called when a plugin needs to show custom settings.

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

Syntax

C#
void ShowSettings(
	Object plugin
)
Visual Basic (Declaration)
Sub ShowSettings ( _
	plugin As Object _
)
Visual C++
void ShowSettings(
	Object^ plugin
)

Parameters

plugin
Type: System..::.Object
The plugin's parameters

See Also