Adds items related to OPC UA application to the system menu of the given form.
Syntax
'Declaration
Public Overloads Sub AddToSystemMenu( _
ByVal As Form, _
ByVal As Boolean _
)
'Usage
Dim instance As EasyUAFormsApplication
Dim form As Form
Dim allowChangePrivateKeyPassword As Boolean
instance.AddToSystemMenu(form, allowChangePrivateKeyPassword)
public void AddToSystemMenu(
Form ,
bool
)
public:
void AddToSystemMenu(
Form^ ,
bool
)
Parameters
- form
- The form to which the system menu items will be added.
- allowChangePrivateKeyPassword
- Determines whether the interactive user will be allowed to change the password to the private key of the application certificate.
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