ToggleTreePanel Method (Article)

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:07

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