QuickOPC User's Guide and Reference
ShowDialog Method (_SizableCommonDialog)



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.ComTypes Namespace > _SizableCommonDialog Interface : ShowDialog Method
Syntax
'Declaration
 
Function ShowDialog( _
   Optional ByVal owner As IWin32Window _
) As DialogResult
'Usage
 
Dim instance As _SizableCommonDialog
Dim owner As IWin32Window
Dim value As DialogResult
 
value = instance.ShowDialog(owner)

Parameters

owner
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