Registers a System.Windows.Forms.ToolStripItem in the toolbar that gets an activated item effect when a Leadtools.MedicalViewer.MedicalViewerActionType is the current action.
public void AddToolbarActivatedButtonLeftAction(
ToolStripItem item,
MedicalViewerActionType action
)
Public Sub AddToolbarActivatedButtonLeftAction( _
ByVal item As ToolStripItem, _
ByVal action As Leadtools.Medicalviewer.MedicalViewerActionType _
)
public:
void AddToolbarActivatedButtonLeftAction(
ToolStripItem^ item,
Leadtools.Medicalviewer.MedicalViewerActionType action
)
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.
The item must implement the ActivatedButton interface or this method will throw an System.InvalidOperationException
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