[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Component,MarshalByRefObject,Object,HelpProvider Info=Provides pop-up or online Help for controls. [Property] Control=Sets Control manager. ARG(Control)|20|(empty)|ControlManager Name=Sets the name of the component. ARG(string)|2| HelpNamespace=Sets a value specifying the name of the Help file associated with this HelpProvider object. ARG(string)|2| @Tag=Sets the object that contains supplemental data about the HelpProvider. ARG(Object)|20|(empty)|Object [Methods] *doCanExtend=Specifies whether this object can provide its extender properties to the specified object. ARG(Object target)|1|0 *doGetHelpKeyword=Returns the Help keyword for the specified control. ARG(Control ctl)|1|0 *doGetHelpNavigator=Returns the current HelpNavigator setting for the specified control. ARG(Control ctl)|1|0 *doGetHelpString=Returns the contents of the pop-up Help window for the specified control. ARG(Control ctl)|1|0 *doGetShowHelp=Returns a value indicating whether the specified control's Help should be displayed. ARG(Control ctl)|1|0 doHelpNamespace=Sets a value specifying the name of the Help file associated with this HelpProvider object. ARG(string helpnamespace)|1|0 *doSetHelpKeyword=Specifies the keyword used to retrieve Help when the user invokes Help for the specified control. ARG(Control ctl, string keyword)|1|0 *doSetHelpNavigator=Specifies the Help command to use when retrieving Help from the Help file for the specified control. ARG(Control ctl, HelpNavigator navigator)|1|0 *doSetHelpString=Specifies the Help string associated with the specified control. ARG(Control ctl, string helpString)|1|0 *doSetShowHelp=Specifies whether Help is displayed for the specified control. ARG(Control ctl, bool value)|1|0 *onCanExtend=Occurs after invoke the method doCanExtend and returns the result. ARG(bool)|2|104 *onGetHelpKeyword=Occurs after invoke the method doGetHelpKeyword and returns the result. ARG(string)|2|2 *onGetHelpNavigator=Occurs after invoke the method doGetHelpNavigator and returns the result. ARG(HelpNavigator)|2|0 *onGetHelpString=Occurs after invoke the method doGetHelpString and returns the result. ARG(string)|2|2 *onGetShowHelp=Occurs after invoke the method doGetShowHelp and returns the result. ARG(bool)|2|104 *Tag=Returns the object that contains supplemental data about the HelpProvider. ARG(Object)|3|0 HelpProvider=Returns the HelpProvider object. ARG(HelpProvider)|3|0 *ctl=Defines a Control from which to retrieve the Help topic. ARG(Control)|4|0 HelpNamespace=Defines a value specifying the name of the Help file associated with this HelpProvider object. ARG(string)|4|2 *helpString=Defines the Help string associated with the control. ARG(string)|4|2 *keyword=Defines the Help keyword to associate with the control. ARG(string)|4|2 *navigator=Defines one of the HelpNavigator values. ARG(HelpNavigator)|4|0 *target=Defines the object that the externder properties are provided to. ARG(Object)|4|0 *value=Defines a value indicating whether to show Help for the control. ARG(bool)|4|104