Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / StructureFilter Class / ShowOptionsDialog Method

In This Topic
    ShowOptionsDialog Method (StructureFilter)
    In This Topic
    Displays a dialog that allows the user to edit the export options.
    Syntax
    'Declaration
     
    Public Overridable Function ShowOptionsDialog() As Boolean
    public virtual bool ShowOptionsDialog()

    Return Value

    true if the dialog was displayed successfully and the user pressed OK, false otherwise.
    See Also