C1.WPF.Extended Namespace / C1PropertyGrid Class / GetMethodPresenter Method
The method of the SelectedObject

In This Topic
GetMethodPresenter Method (C1PropertyGrid)
In This Topic
Returns the MethodBox created for a given method of the SelectedObject.
Syntax
'Declaration
 
Public Function GetMethodPresenter( _
   ByVal methodName As String _
) As MethodBox
 

Parameters

methodName
The method of the SelectedObject

Return Value

The current MethodBox
See Also