QuickOPC User's Guide and Reference
Reset Method (ConcreteCommonDialog)



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms Namespace > ConcreteCommonDialog Class : Reset Method
When overridden in a derived class, resets the properties of a common dialog box to their default values. Resets all properties to their default values.
Syntax
'Declaration
 
Public Overrides Sub Reset() 
'Usage
 
Dim instance As ConcreteCommonDialog
 
instance.Reset()
public override void Reset()
public:
void Reset(); override 
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