Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
I have implemented mshtml to create simple HTML editor.
In Html file, one of the element contains style as "display:none". In IE, it is hidden but in my editor it is visible.
Not able to figure out why.
Please suggest any solution.

Thanks in advance
Posted

1 solution

Refer - Using the MSHTML Editor's Extra Features[^].
Quote:
IDM_RESPECTVISIBILITY_INDESIGN: Takes a VT_BOOL. When this feature is activated, any element that has a visibility property set to "hidden," or a display property set to "none," will not display in design mode, just as it would not display in browse mode.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900