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 Leadtools.Medical.Workstation.Ui.IToolStripItemItemProperties _
)
public:
void SetItemFeature(
Leadtools.Medical.Workstation.Ui.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
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