ApplicationSites
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ApplicationSites
Use these constants to specify how to display a location a user interface can display in more than one place. Use these constants with the Locations.ApplicationSite property and the UndoItemCreator.CreateAndPostUndoItem method.
- ApplicationSite_DefaultSite –(Value: 0) Specifies that the user interface determines where to display the location.
- ApplicationSite_ItemList –(Value: 1) Specifies that the user interface displays the location in a list control, such as a list of steps or a list of sequences.
- ApplicationSite_PropertyBrowser –(Value: 3) Specifies that the user interface displays the location in a control that displays a hierarchy of properties and subproperties.
- ApplicationSite_Settings –(Value: 4) Specifies that the user interface displays the location in a settings panel or dialog.
- ApplicationSite_Variables –(Value: 2) Specifies that the user interface displays the location in a variables control.