PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / HasEditableTags Method

In This Topic
    HasEditableTags Method (SampleC1PrintDocument)
    In This Topic
    Checks whether the document contains any tags that can be entered or changed in the tags input dialog.
    Syntax
    'Declaration
     
    Public Function HasEditableTags() As Boolean
    public bool HasEditableTags()

    Return Value

    True if the C1.C1Preview.C1PrintDocument.Tags collection contains at least one tag which can be shown in the dialog, or if the C1.C1Preview.C1PrintDocument.TagsInputDialogClass is not null (i.e. the developer has defined a custom form to edit the document's tags).
    See Also