RegisterToolStripMenuItemFeatures Method

Summary
Registers all the System.Windows.Forms.ToolStripItem objects that implements the IToolStripItemItemProperties interface in a System.Windows.Forms.ToolStrip object with their features.
Syntax
C#
VB
C++
public void RegisterToolStripMenuItemFeatures( 
   ToolStrip toolStrip 
) 
  
Public Sub RegisterToolStripMenuItemFeatures( _ 
   ByVal toolStrip As ToolStrip _ 
)  
public: 
void RegisterToolStripMenuItemFeatures(  
   ToolStrip^ toolStrip 
)  

Parameters

toolStrip
The System.Windows.Forms.ToolStrip object which items will be registered.

Remarks

This method will register all System.Windows.Forms.ToolStripItem objects directly under the System.Windows.Forms.ToolStrip.Items property and any child System.Windows.Forms.ToolStripItem that belongs to them.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.