Registers a System.Windows.Forms.ToolStripItem with a feature to be executed when the item is clicked.
public void SetItemFeature(
IToolStripItemItemProperties item
)
Overloads Sub SetItemFeature( _
ByVal item As Leadtools.Medical.Workstation.Ui.IToolStripItemItemProperties _
)
void SetItemFeature(
Leadtools.Medical.Workstation.Ui.IToolStripItemItemProperties^ item
)
item
An Leadtools.Medical.Workstation.UI.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 an System.ArgumentException.
If the item is a System.Windows.Forms.ToolStripSplitButton the feature will be executed when the System.Windows.Forms.ToolStripSplitButton.ButtonClick event is fired.
IWorkstationStripItemFeatureExecuter Interface
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET