System.Windows.Forms 2.0.0.0 System.Object supports -related tasks for entire applications, such as merging, settings, and renderer options. The overloaded method combines controls with each other, and the overloaded method undoes a merge operation. Use the class with the class to gain even more control and customizability over painting and layout style. Controls rendering and rafting, and the merging of , , and objects. This class cannot be inherited. Method 2.0.0.0 System.Windows.Forms.ToolStrip Use the method to search for a or an object derived from . Derived types of are , , , , and . If the object of the search is not specifically a but one of these derived types, cast the return type as required. Finds the specified or a type derived from . The or one of its derived types as specified by the parameter, or null if the is not found. A string specifying the name of the or derived type to find. Method 2.0.0.0 System.Boolean To be added. Retrieves a value indicating whether the specified shortcut key is used by any of the controls of a form. true if the shortcut key is used by any on the form; otherwise, false. The shortcut key for which to search. Method 2.0.0.0 System.Boolean Valid shortcut keys are the function keys F1 through F12 alone; function keys with CTRL, ALT, or SHIFT modifiers; or other keys with CTRL, ALT, or SHIFT modifiers. CTRL, ALT, or SHIFT keys and keys other than function keys are not valid shortcut keys if used alone. Retrieves a value indicating whether a defined shortcut key is valid. true if the shortcut key is valid; otherwise, false. The shortcut key to test for validity. Method 2.0.0.0 System.Void controls that are not on the form at design time when the settings are saved are removed from the when the settings are loaded. To reset the settings, comment out the line and leave the line. This will not load any settings and will persist the last state. When you remove the comment from the line, those settings will be applied. Loads settings for the given using the full name of the as the settings key. The whose name is also the settings key. Method 2.0.0.0 System.Void controls that are not on the form at design time when the settings are saved are removed from the when the settings are loaded. To reset the settings, comment out the line and leave the line. This will not load any settings and will persist the last state. When you remove the comment from the line, those settings will be applied. Loads settings for the specified using the specified settings key. The for which to load settings. A representing the settings key for this . Method 2.0.0.0 System.Boolean Use the method to combine objects of identical type, such as objects with other objects, objects with other objects, and so on. Use the method to combine objects of different types. The property must be set to true for both objects, and the source and target types must be identical, or this method returns false. If there are two controls on an MDI child form, setting to true for the parent form merges the contents of only one of the controls. Use to merge the contents of additional child controls on the MDI parent form. Combines two objects of the same type. true if the merge is successful; otherwise, false. The to be combined with the referred to by the parameter. The name of the that receives the referred to by the parameter. Method 2.0.0.0 System.Boolean Use the method to combine objects of different types. Use the method to combine objects of identical type, such as objects with other objects, objects with other objects, and so on. The property must be set to true for both objects, or this method returns false. If there are two controls on an MDI child form, setting to true for the parent form merges the contents of only one of the controls. Use to merge the contents of additional child controls on the MDI parent form. Combines two objects of different types. true if the merge is successful; otherwise, false. The to be combined with the referred to by the parameter. The that receives the referred to by the parameter. Property System.Windows.Forms.ToolStripRenderer To be added. This property is used when the property of the current is set to . Gets or sets the default painting styles for the form. 2.0.0.0 Event System.EventHandler For more information about handling events, see Consuming Events. To prevent memory leaks, disable this event when your application is disposed. Occurs when the value of the property changes. 2.0.0.0 Property System.Windows.Forms.ToolStripManagerRenderMode To be added. Use the property to get or set whether the application is painted by the , the , or a customized . Gets or sets the default theme for the form. 2.0.0.0 Method 2.0.0.0 System.Boolean The property must be set to true for both objects, or this method returns false. Undoes a merging of two objects, returning the with the specified name to its state before the merge and nullifying all previous merge operations. true if the undoing of the merge is successful; otherwise, false. The name of the for which to undo a merge operation. Method 2.0.0.0 System.Boolean The property must be set to true for both objects, or this method returns false. Undoes a merging of two objects, returning the specified to its state before the merge and nullifying all previous merge operations. true if the undoing of the merge is successful; otherwise, false. The for which to undo a merge operation. Method 2.0.0.0 System.Boolean The property must be set to true for both objects, or this method returns false. Undoes a merging of two objects, returning both controls to their state before the merge and nullifying all previous merge operations. true if the undoing of the merge is successful; otherwise, false. The name of the for which to undo a merge operation. The that was merged with the . Method 2.0.0.0 System.Void controls that are not on the form at design time when the settings are saved are removed from the when the settings are loaded. To reset the settings, comment out the line and leave the line. This will not load any settings and will persist the last state. When you remove the comment from the line, those settings will be applied. Saves settings for the given using the full name of the as the settings key. The whose name is also the settings key. Method 2.0.0.0 System.Void controls that are not on the form at design time when the settings are saved are removed from the when the settings are loaded. To reset the settings, comment out the line and leave the line. This will not load any settings and will persist the last state. When you remove the comment from the line, those settings will be applied. Saves settings for the specified using the specified settings key. The for which to save settings. A representing the settings key for this . Property System.Boolean To be added. To be added. Gets or sets a value indicating whether a is rendered using visual style information called themes. 2.0.0.0