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

In This Topic
    Close Method (IOleParentUndoUnit)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function Close( _
       ByVal parentUnit As IOleParentUndoUnit, _
       ByVal fCommit As System.Boolean _
    ) As System.Integer
    System.int Close( 
       IOleParentUndoUnit parentUnit,
       System.bool fCommit
    )

    Parameters

    parentUnit
    fCommit
    See Also