System.Windows.Forms 1.0.5000.0 2.0.0.0 System.ComponentModel.Component System.ComponentModel.IExtenderProvider System.ComponentModel.ProvideProperty("HelpString", "System.Windows.Forms.Control, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089") System.ComponentModel.ProvideProperty("HelpKeyword", "System.Windows.Forms.Control, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089") System.ComponentModel.ProvideProperty("HelpNavigator", "System.Windows.Forms.Control, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089") System.ComponentModel.ProvideProperty("ShowHelp", "System.Windows.Forms.Control, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089") System.ComponentModel.ToolboxItemFilter("System.Windows.Forms") Each instance of maintains a collection of references to controls associated with it. To associate a Help file with the , set the property. You specify the type of Help provided by calling the method and providing a value for the specified control. You provide the keyword or topic for the Help by calling the method. To open Help to a specific topic, the keyword should be passed in the form topicName.htm. To associate a specific Help string with a control, use the method. The string that you associate with a control using this method is displayed in a pop-up window when the user presses the F1 key while the control has focus. If the property has not been set, you must use the method to provide the Help text. If you have set both and the Help string, Help based on the will take precedence. calls methods on the class to provide Help functionality. Provides pop-up or online Help for controls. Constructor Once you have created an instance of the class, use the property, method, and method to associate your Help topics with a control. Initializes a new instance of the class. 1.0.5000.0 2.0.0.0 Method System.Boolean To be added. Specifies whether this object can provide its extender properties to the specified object. true if this object can provide its extender properties; otherwise, false. The object that the externder properties are provided to. 1.0.5000.0 2.0.0.0 Method System.String To be added. Returns the Help keyword for the specified control. The Help keyword associated with this control, or null if the is currently configured to display the entire Help file or is configured to provide a Help string. A from which to retrieve the Help topic. 1.0.5000.0 2.0.0.0 System.ComponentModel.Localizable(true) System.ComponentModel.DefaultValue(null) Method System.Windows.Forms.HelpNavigator To be added. Returns the current setting for the specified control. The setting for the specified control. The default is . A from which to retrieve the Help navigator. 1.0.5000.0 2.0.0.0 System.ComponentModel.Localizable(true) System.ComponentModel.DefaultValue(System.Windows.Forms.HelpNavigator.AssociateIndex) Method System.String To display this Help string at run time, the user presses the F1 key while the specified control has the input focus. Returns the contents of the pop-up Help window for the specified control. The Help string associated with this control. The default is null. A from which to retrieve the Help string. 1.0.5000.0 2.0.0.0 System.ComponentModel.Localizable(true) System.ComponentModel.DefaultValue(null) Method System.Boolean When you use the or method to associate a keyword or prompt with a specified control, calling this method automatically returns true. You can override this behavior by passing false to the method. Returns a value indicating whether the specified control's Help should be displayed. true if Help will be displayed for the control; otherwise, false. A for which Help will be displayed. 1.0.5000.0 2.0.0.0 System.ComponentModel.Localizable(true) Property System.ComponentModel.Localizable(true) System.ComponentModel.Editor("System.Windows.Forms.Design.HelpNamespaceEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a") System.ComponentModel.DefaultValue(null) System.String To be added. The file name retrieved by this method identifies the file that provides Help support for all the controls for which this object provides Help. This file name can designate either a compiled Help (.chm) file or a raw HTML file. Gets or sets a value specifying the name of the Help file associated with this object. 1.0.5000.0 2.0.0.0 Method System.Void This method is used by the designer. Removes the Help associated with the specified control. The control to remove Help from. 1.0.5000.0 2.0.0.0 Method System.Void The Help keyword provides the key information to retrieve the Help associated with this control from the Help file specified by the property. To open Help to a specific topic, the keyword should be passed in the form topicName.htm. To clear the keyword, call the method with a value of null. Specifies the keyword used to retrieve Help when the user invokes Help for the specified control. A that specifies the control for which to set the Help topic. The Help keyword to associate with the control. 1.0.5000.0 2.0.0.0 Method System.Void To be added. Specifies the Help command to use when retrieving Help from the Help file for the specified control. A for which to set the Help keyword. One of the values. 1.0.5000.0 2.0.0.0 Method System.Void The Help string that you specify in the parameter is displayed in a pop-up window when the user presses the F1 key while the specified control has focus. Specifies the Help string associated with the specified control. A with which to associate the Help string. The Help string associated with the control. 1.0.5000.0 2.0.0.0 Method System.Void If you previously called the or for the control specified in the parameter, the automatically displays Help for that control. To modify this behavior, call the method, specifying false in the parameter. Specifies whether Help is displayed for the specified control. A for which Help is turned on or off. true if Help displays for the control; otherwise, false. 1.0.5000.0 2.0.0.0 Property 2.0.0.0 System.ComponentModel.DefaultValue(null) System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter)) System.ComponentModel.Bindable(true) System.ComponentModel.Localizable(false) System.Object To be added. To be added. Gets or sets the object that contains supplemental data about the . Method System.String The method returns a string that includes the type and the property of the . Returns a string that represents the current . A string that represents the current . 1.0.5000.0 2.0.0.0