Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IElementBehaviorFactory Interface / FindBehavior Method

In This Topic
    FindBehavior Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function FindBehavior( _
       ByVal bstrBehavior As System.String, _
       ByVal bstrBehaviorUrl As System.String, _
       ByVal pSite As IElementBehaviorSite _
    ) As IElementBehavior
    IElementBehavior FindBehavior( 
       System.string bstrBehavior,
       System.string bstrBehaviorUrl,
       IElementBehaviorSite pSite
    )

    Parameters

    bstrBehavior
    bstrBehaviorUrl
    pSite
    See Also