PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / Tag Class / ShowInDialog Property

In This Topic
    ShowInDialog Property (Tag)
    In This Topic
    Gets or sets a value indicating whether to show the current tag and allow the user to edit its Value in the tags input dialog. The default is true.
    Syntax
    'Declaration
     
    Public Property ShowInDialog As Boolean
    public bool ShowInDialog {get; set;}
    See Also