Hidden Property

[Top]  [Chapter]  [Previous]  [Next]

Applies to

IWPMemo

Declaration

bool Hidden

Description

You can assign TRUE to hide the first or the secondary editor.

 

This can be useful if you are creating a report and do not want to display the report template.

 

"Hidden" only works if TextDynamic uses the two editor mode.

Examples:

Memo.Hidden = true - will hide editor 1 and show editor 2

Memo2.Hidden = true - will hide editor 2 and show editor 1

Memo.Hidden = false
Memo2.Hidden = false - both editors will be displayed

C# Example Code


[idh_iwpmemo_hidden.htm]    Copyright © 2007 by WPCubed GmbH