Description
Toggles the article tree panel in Ted.
The panel status is saved in the desktop.
Syntax
object.ToggleTreePanel int1 |
object
Required. Object name. Returned by Ted.GetActiveArticle.
int1
SwitchOn = displays the panel,
SwitchOff = hide the panel,
SwitchToggle = toggles the panel
Return value
Nothing
Example
If Ted.HasActiveArticle Then
dim objArticle = Ted.GetActiveArticle
objArticle.ToggleTreePanel (SwitchToggle)
End If
Context
Article object
See also
ToggleAttributePanel