title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.BoxLinkLabelsShow method (Project) |
vbapj.chm47 |
|
project-server |
|
8dbb1406-10e8-d096-540a-4c7cfd61a413 |
06/08/2017 |
medium |
Shows or hides link labels in the active Network Diagram.
expression. BoxLinkLabelsShow
( _Show_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Show | Optional | Boolean | True if link labels display in the active view. The default value is True if link labels are hidden and False if they are visible. |
Boolean
The following example first displays and then hides the labels.
Sub ShowBoxLink()
'Activate the Network Diagram view
ViewApply Name:="Network Diagram"
Result = BoxLinkLabelsShow(True)
Result = BoxLinkLabelsShow(False)
End Sub
[!includeSupport and feedback]