When overridden in a derived class, should show the tags input dialog, and return a value indicating whether the user accepted the dialog.

Namespace:  C1.C1Preview.Forms
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public virtual bool EditTags(
	C1PrintDocument document
)
Visual Basic
Public Overridable Function EditTags ( _
	document As C1PrintDocument _
) As Boolean

Parameters

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

Return Value

true if the user accepted the dialog, false otherwise.

See Also