[]
        
(Showing Draft Content)

C1.WPF.Extended.C1PropertyGrid.GetMethodPresenter

GetMethodPresenter Method

GetMethodPresenter(string)

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

Declaration
public MethodBox GetMethodPresenter(string methodName)
Public Function GetMethodPresenter(methodName As String) As MethodBox
Parameters
Type Name Description
string methodName

The method of the SelectedObject

Returns
Type Description
MethodBox

The current MethodBox