AddToolbarActivatedButtonLeftAction Method

Summary
Registers a System.Windows.Forms.ToolStripItem in the toolbar that gets an activated item effect when a Leadtools.MedicalViewer.MedicalViewerActionType is the current action.
Syntax
C#
C++/CLI
public void AddToolbarActivatedButtonLeftAction( 
   ToolStripItem item, 
   MedicalViewerActionType action 
) 
public:  
   void AddToolbarActivatedButtonLeftAction( 
      ToolStripItem^ item, 
      MedicalViewerActionType^ action 
   ) 

Parameters

item
The System.Windows.Forms.ToolStripItem that will get the activation effect when the Leadtools.MedicalViewer.MedicalViewerActionType is the current action

action
The Leadtools.MedicalViewer.MedicalViewerActionType that is assigned to the item.

Remarks

The  item must implement the ActivatedButton interface or this method will throw an System.InvalidOperationException

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.