Register a System.Windows.Forms.ToolStripItem with a feature to be executed when the item is clicked.
public void SetItemFeature(
IToolStripItemItemProperties item
)
Public Overloads Sub SetItemFeature( _
ByVal item As IToolStripItemItemProperties _
)
public:
void SetItemFeature(
IToolStripItemItemProperties^ item
)
item
An IToolStripItemItemProperties to be registered. This should be of type System.Windows.Forms.ToolStripItem
If the item is not of type System.Windows.Forms.ToolStripItem this will throw am System.ArgumentException
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.
WorkstationStripItemFeatureExecuter Class
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document