Article # 365, added by Geoworks, historical record
| first | previous | index | next | last |

How can I disable Help controller features?



Q. How can I get rid of (or disable) the contents button of the help
   dialog (if we decide not to display the contents at all) ?

A. On your HelpControl object, add the following:
	ATTR_GEN_CONTROL_PROHIBIT_UI = HPCF_CONTENTS;

   If you look in INCLUDE\OBJECTS\HELPCC.H, you will see a data type
   called HPDFeatures. Mix and match these features with the GenControl
   attributes ATTR_GEN_CONTROL_PROHIBIT_UI and ATTR_GEN_CONTROL_REQUIRE_UI
   to change the help controller's UI gadgetry.