LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

AddToolbarActivatedButtonLeftAction Method







The System.Windows.Forms.ToolStripItem that will get the activation effect when the Leadtools.MedicalViewer.MedicalViewerActionType is the current action
The Leadtools.MedicalViewer.MedicalViewerActionType that is assigned to the item.
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
public void AddToolbarActivatedButtonLeftAction( 
   ToolStripItem item,
   MedicalViewerActionType action
)
'Declaration
 
Public Sub AddToolbarActivatedButtonLeftAction( _
   ByVal item As ToolStripItem, _
   ByVal action As MedicalViewerActionType _
) 
'Usage
 
Dim instance As WorkstationViewer
Dim item As ToolStripItem
Dim action As MedicalViewerActionType
 
instance.AddToolbarActivatedButtonLeftAction(item, action)
public void AddToolbarActivatedButtonLeftAction( 
   ToolStripItem item,
   MedicalViewerActionType action
)
 function Leadtools.Medical.Workstation.UI.WorkstationViewer.AddToolbarActivatedButtonLeftAction( 
   item ,
   action 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.