LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

GetItems Method (WorkstationStripItemFeatureExecuter)

Show in webframe






The feature which registered with the System.Windows.Forms.ToolStripItem objects that will be returned.
Returns all the System.Windows.Forms.ToolStripItem objects registered with a feature.
Syntax
public ToolStripItem[] GetItems( 
   string feature
)
'Declaration
 
Public Function GetItems( _
   ByVal feature As String _
) As ToolStripItem()
'Usage
 
Dim instance As WorkstationStripItemFeatureExecuter
Dim feature As String
Dim value() As ToolStripItem
 
value = instance.GetItems(feature)

            

            
public: ToolStripItem*[]* GetItems( 
   string* feature
) 
public:
ToolStripItem*[]* GetItems( 
   string* feature
) 

Parameters

feature
The feature which registered with the System.Windows.Forms.ToolStripItem objects that will be returned.

Return Value

The System.Windows.Forms.ToolStripItem objects registered with the given feature.
Requirements

Target Platforms

See Also

Reference

WorkstationStripItemFeatureExecuter Class
WorkstationStripItemFeatureExecuter Members

 

 


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