QuickOPC User's Guide and Reference
ShowDialog() Method



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms Namespace > FormCommonDialog Class > ShowDialog Method : ShowDialog() Method
Runs a common dialog box.
Syntax
'Declaration
 
Public Overloads Shadows Function ShowDialog() As DialogResult
'Usage
 
Dim instance As FormCommonDialog
Dim value As DialogResult
 
value = instance.ShowDialog()
public new DialogResult ShowDialog()
public:
new DialogResult ShowDialog(); 
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also