- Manuale introduttivo
- Utilizzo del software
- OPC UA
- Oggetti grafici e di layout
- Sessioni e impostazioni locali
- Sviluppo di soluzioni
- Sviluppo di progetti con C#
- NetLogic
- Metodi ed eventi in C#
- Riferimento API C#
- Esempi di applicazione
- Esercitazione dell'interfaccia utente
- Esercitazione sui collegamenti dinamici
- Esercitazione sui logger
- Esercitazione sugli allarmi
- Esercitazione sulle NetLogic
- Riferimento su oggetti e variabili
Display an object only to a specific user group
Make a graphical object accessible only for specific users.
Prerequisites:
- Add a graphical object that you would like to show only to a specific group of users. See Graphic and layout objects.For example, create anAdminPaneobject that is only visible to members of the Admins user group.
- In theProject viewpane, select the graphical object.For example, selectAdminPane.
- In thePropertiespane, create a dynamic link between theVisibleproperty and .
- TargetGroup
- The group of users that you want to make the graphical element visible for. For example,Admins.
For more information about dynamic links, see Create dynamic links.
The
Visibility
property of a graphical object has a Boolean value. If the current user at runtime is a part of the selected group, the value of the property at runtime is set to True
and the object is visible in the UI.Fornire un feedback