Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
You would want to hide properties that have child properties:
If you have nested projects where the parent project programmatically controls some aspects of the child project.
If you use a control with a specialized designer and you do not want to give developers full access to all the properties of the control.
If you have scope ownership of an object and want to limit the view of properties.
To hide properties that have child properties
Set the pfDisplay parameter in DisplayChildProperties to FALSE.
Set the pfHide parameter in HideProperty to TRUE.