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