ToggleAttributePanel Method (Article)

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

Description

Toggles the article attribute panel in Ted.

The panel status is saved in the desktop.

Syntax

object.ToggleAttributePanel (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.ToggleAttributePanel (SwitchToggle)

End If

Context

Article object

See also

ToggleAttributePanel