LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

SetItemFeature(ToolStripItem,String) Method







The System.Windows.Forms.ToolStripItem to be registered.
The feature which will be executed when the item is clicked.
Register a System.Windows.Forms.ToolStripItem with a feature to be executed when the item is clicked.
Syntax
public void SetItemFeature( 
   ToolStripItem item,
   string feature
)
'Declaration
 
Public Overloads Sub SetItemFeature( _
   ByVal item As ToolStripItem, _
   ByVal feature As String _
) 
'Usage
 
Dim instance As WorkstationStripItemFeatureExecuter
Dim item As ToolStripItem
Dim feature As String
 
instance.SetItemFeature(item, feature)
public void SetItemFeature( 
   ToolStripItem item,
   string feature
)
 function Leadtools.Medical.Workstation.UI.WorkstationStripItemFeatureExecuter.SetItemFeature(ToolStripItem,String)( 
   item ,
   feature 
)
public: void SetItemFeature( 
   ToolStripItem* item,
   string* feature
) 
public:
void SetItemFeature( 
   ToolStripItem* item,
   string* feature
) 

Parameters

item
The System.Windows.Forms.ToolStripItem to be registered.
feature
The feature which will be executed when the item is clicked.
Remarks
if the item is of type System.Windows.Forms.ToolStripSplitButton the feature will be executed when the System.Windows.Forms.ToolStripSplitButton.ButtonClick event is fired.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationStripItemFeatureExecuter Class
WorkstationStripItemFeatureExecuter Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.