Highlight/HideFields

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

To highlight the fields in the text you can use this code:

 

VB

 WPDLLInt1.SpecialTextAttr(wpInsertpoints).Hidden = True

 

C#

 WPDLLInt1.SpecialTextAttr(SpecialTextSel.wpInsertpoints).Hidden = true;

 

 


[hidefields.htm]    Copyright © 2007 by WPCubed GmbH