<< Click here to display Table of Contents >> Navigation: Programming Reference > Add-ins Methods > W:
Description
Displays only WYSIWYG view on the Articles main tab, hiding the article tree.
Syntax
Wys_NoTree
Code
<ShellCommand(CanExecute:="Ena_HasCurrentArticle")> _
Public Sub Wys_NoTree()
Ted.SetDesignerLayout(3, Nothing)
End Sub