←Select platform

SetItemFeature(ToolStripItem,String) Method

Summary

Registers a System.Windows.Forms.ToolStripItem with a feature to be executed when the item is clicked.

Syntax

C#
VB
C++
void SetItemFeature(  
   ToolStripItem item, 
   string feature 
) 
Overloads Sub SetItemFeature( _ 
   ByVal item As ToolStripItem, _ 
   ByVal feature As String _ 
) 
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 a System.Windows.Forms.ToolStripSplitButton the feature will be executed when the System.Windows.Forms.ToolStripSplitButton.ButtonClick event is fired.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize