Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / HasOpenTransaction Method

In This Topic
    HasOpenTransaction Method
    In This Topic
    Gets a value indicating whether the editor has open transaction.
    Syntax
    'Declaration
     
    Public Function HasOpenTransaction() As System.Boolean
    public System.bool HasOpenTransaction()

    Return Value

    True if the editor has open transaction; otherwise, False.
    See Also