PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / TagsInputDialogClassName Property

In This Topic
    TagsInputDialogClassName Property (C1PrintDocument)
    In This Topic
    Gets or sets the type name of form used to input tag values (the form will be shown if ShowTagsInputDialog is true). The form type must be derived from C1.C1Preview.Forms.TagsInputFormBase.
    Syntax
    'Declaration
     
    Public Property TagsInputDialogClassName As String
    public string TagsInputDialogClassName {get; set;}
    See Also