In This Topic
Syntax
'Declaration
Public Overloads Function ShowDialog() As System.Windows.Forms.DialogResult
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.DialogResult
value = instance.ShowDialog()
public System.Windows.Forms.DialogResult ShowDialog()
public function ShowDialog(): System.Windows.Forms.DialogResult;
public function ShowDialog() : System.Windows.Forms.DialogResult;
public: System.Windows.Forms.DialogResult ShowDialog();
public:
System.Windows.Forms.DialogResult ShowDialog();
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also