'宣言 Public Overridable Function ShowOptionsDialog() As System.Boolean
'使用法 Dim instance As Exporter Dim value As System.Boolean value = instance.ShowOptionsDialog()
public virtual System.bool ShowOptionsDialog()
戻り値の型
true if the dialog was displayed successfully and the user pressed OK, false otherwise.