Extended Library for WPF and Silverlight | ComponentOne
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
    public MethodBox GetMethodPresenter( 
       string methodName
    )

    Parameters

    methodName
    The method of the SelectedObject

    Return Value

    The current MethodBox
    See Also