'Usage
Dim instance As EasyUAFormsApplication Dim form As Form instance.AddToSystemMenu(form)
Parameters
- form
- The form to which the system menu items will be added.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
The value of this parameter cannot be null
(Nothing
in Visual Basic).
'Usage
Dim instance As EasyUAFormsApplication Dim form As Form instance.AddToSystemMenu(form)
The value of this parameter cannot be null
(Nothing
in Visual Basic).
The method adds the "Administer OPC UA Application" command to the system menu of the form, allowing the user to view and manage the certificate trust, and the own application certificate.
With this method overload, the interactive user will not be allowed to change the password to the private key of the application certificate.
The system menu is accessed by clicking in the very top left corner of the window caption bar, or from the keyboard using Alt+Space.