PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / IsHistoryLocked Property

In This Topic
    IsHistoryLocked Property (C1PreviewPane)
    In This Topic
    Gets a value indicating whether history is currently locked (i.e. adding of new history items is suspended).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsHistoryLocked As Boolean
    public bool IsHistoryLocked {get;}
    See Also