Platform SDK: Web Telephony Engine

WTEApplication.RenderTablesAsTabularData Property

The RenderTablesAsTabularData property sets or retrieves whether a table in the HTML page is rendered as a table or as regular text.

Syntax

WTEApplication.RenderTablesAsTabularData [ = bRenderAsTable ]

Possible Values

bRenderAsTable
Boolean value that has one of the following settings:
Setting Meaning
TRUE Render as a table.
FALSE Render as regular text.

This property is read-write.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

WTEApplication