LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IsToolbarActivatedButtonLeftAction Method

Show in webframe






The System.Windows.Forms.ToolStripItem to check if it is registered.
Determines whether a System.Windows.Forms.ToolStripItem is registered with the AddToolbarActivatedButtonLeftAction or AddToolbarSplitButtonChildItemLeftAction methods.
Syntax
public bool IsToolbarActivatedButtonLeftAction( 
   ToolStripItem item
)
'Declaration
 
Public Function IsToolbarActivatedButtonLeftAction( _
   ByVal item As ToolStripItem _
) As Boolean
'Usage
 
Dim instance As WorkstationViewer
Dim item As ToolStripItem
Dim value As Boolean
 
value = instance.IsToolbarActivatedButtonLeftAction(item)

            

            
public: bool IsToolbarActivatedButtonLeftAction( 
   ToolStripItem* item
) 
public:
bool IsToolbarActivatedButtonLeftAction( 
   ToolStripItem* item
) 

Parameters

item
The System.Windows.Forms.ToolStripItem to check if it is registered.

Return Value

true of the item is registered to get the activation effect; otherwise; it is false.
Requirements

Target Platforms

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


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