ComponentOne Extended Library for WPF and Silverlight
GetMethodPresenter Method (C1PropertyGrid)

C1.Silverlight.Extended Namespace > C1PropertyGrid Class : GetMethodPresenter Method
The method of the SelectedObject
Returns the MethodBox created for a given method of the SelectedObject.
Syntax
'Declaration
 
Public Function GetMethodPresenter( _
   ByVal methodName As String _
) As MethodBox
public MethodBox GetMethodPresenter( 
   string methodName
)

Parameters

methodName
The method of the SelectedObject

Return Value

The current MethodBox
See Also

Reference

C1PropertyGrid Class
C1PropertyGrid Members