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

In This Topic
    ParseDisplayName Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function ParseDisplayName( _
       ByVal pbc As System.Object, _
       ByVal pszDisplayName As System.String, _
       ByVal pchEaten() As System.Integer, _
       ByVal ppmkOut() As System.Object _
    ) As System.Integer
    System.int ParseDisplayName( 
       System.object pbc,
       System.string pszDisplayName,
       out System.int[] pchEaten,
       out System.object[] ppmkOut
    )

    Parameters

    pbc
    pszDisplayName
    pchEaten
    ppmkOut
    See Also