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

In This Topic
    GetAndClearDirtyRange Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function GetAndClearDirtyRange( _
       ByVal dwCookie As System.UInteger, _
       ByVal pIPointerBegin As IMarkupPointer, _
       ByVal pIPointerEnd As IMarkupPointer _
    ) As System.Integer
    System.int GetAndClearDirtyRange( 
       System.uint dwCookie,
       IMarkupPointer pIPointerBegin,
       IMarkupPointer pIPointerEnd
    )

    Parameters

    dwCookie
    pIPointerBegin
    pIPointerEnd
    See Also