LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AddToolbarSplitButtonChildItemLeftAction Method

Show in webframe






The parent CustomToolStripSplitButton that will receive the activation effect.
The CustomToolStripMenuItem that is assigned with the given action.
The Leadtools.MedicalViewer.MedicalViewerActionType that the parent parentSplitButton will receive the activation effect.
Registers a parent CustomToolStripSplitButton to receive the activation effect when a child CustomToolStripMenuItem assigned to a Leadtools.MedicalViewer.MedicalViewerActionType is the current action.
Syntax
public void AddToolbarSplitButtonChildItemLeftAction( 
   CustomToolStripSplitButton parentSplitButton,
   CustomToolStripMenuItem childMenuItem,
   MedicalViewerActionType action
)
'Declaration
 
Public Sub AddToolbarSplitButtonChildItemLeftAction( _
   ByVal parentSplitButton As CustomToolStripSplitButton, _
   ByVal childMenuItem As CustomToolStripMenuItem, _
   ByVal action As MedicalViewerActionType _
) 
'Usage
 
Dim instance As WorkstationViewer
Dim parentSplitButton As CustomToolStripSplitButton
Dim childMenuItem As CustomToolStripMenuItem
Dim action As MedicalViewerActionType
 
instance.AddToolbarSplitButtonChildItemLeftAction(parentSplitButton, childMenuItem, action)

            

            
public: void AddToolbarSplitButtonChildItemLeftAction( 
   CustomToolStripSplitButton* parentSplitButton,
   CustomToolStripMenuItem* childMenuItem,
   MedicalViewerActionType action
) 
public:
void AddToolbarSplitButtonChildItemLeftAction( 
   CustomToolStripSplitButton* parentSplitButton,
   CustomToolStripMenuItem* childMenuItem,
   MedicalViewerActionType action
) 

Parameters

parentSplitButton
The parent CustomToolStripSplitButton that will receive the activation effect.
childMenuItem
The CustomToolStripMenuItem that is assigned with the given action.
action
The Leadtools.MedicalViewer.MedicalViewerActionType that the parent parentSplitButton will receive the activation effect.
Requirements

Target Platforms

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.