PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Forms Namespace / TagsInputFormBase Class / EditTags Method
The owner of the C1.C1Preview.C1PrintDocument.Tags collection to edit.

In This Topic
    EditTags Method (TagsInputFormBase)
    In This Topic
    When overridden in a derived class, should show the tags input dialog, and return a value indicating whether the user accepted the dialog.
    Syntax
    'Declaration
     
    Public Overridable Function EditTags( _
       ByVal document As C1PrintDocument _
    ) As Boolean
    public virtual bool EditTags( 
       C1PrintDocument document
    )

    Parameters

    document
    The owner of the C1.C1Preview.C1PrintDocument.Tags collection to edit.

    Return Value

    true if the user accepted the dialog, false otherwise.
    See Also