RemoveItemFeature(IToolStripItemItemProperties) Method

Summary

Unregister a System.Windows.Forms.ToolStripItem.

Syntax
C#
VB
C++
public void RemoveItemFeature( 
   IToolStripItemItemProperties item 
) 
  
Public Overloads Sub RemoveItemFeature( _ 
   ByVal item As IToolStripItemItemProperties _ 
)  
public: 
void RemoveItemFeature(  
   IToolStripItemItemProperties^ item 
)  

Parameters

item
A IToolStripItemItemProperties object that will be unregistered. The item should be a System.Windows.Forms.ToolStripItem

Remarks

If the item is not of type System.Windows.Forms.ToolStripItem this will throw an System.ArgumentException.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly