Returns the MethodBox created for a given method of the SelectedObject.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public MethodBox GetMethodPresenter(
	string methodName
)
Visual Basic
Public Function GetMethodPresenter ( _
	methodName As String _
) As MethodBox

Parameters

methodName
Type: System..::..String
The method of the SelectedObject

Return Value

The current MethodBox

See Also