Description
Opens WYSIWYG preview.
Typically assigned to a menu option, together with WebPreview Script.
Syntax
WYSIWYG |
Code
<ShellCommand(CanExecute:="Ena_IsEditingText")> _
Public Sub WYSIWYG()
' opens WYSIWYG preview in the WYSIWYG zone, on specified strDest
TxtDesigner.PreviewType = ITxtDesigner.ePreviewType.Just
End Sub