'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
'Declaration
Public Function GetMethodPresenter( _ ByVal methodName As String _ ) As MethodBox
public MethodBox GetMethodPresenter( string methodName )