←Select platform

GetItems Method

Summary

Returns all the System.Windows.Forms.ToolStripItem objects registered with a feature.

Syntax

C#
VB
C++
public ToolStripItem[] GetItems( 
   string feature 
) 
  
Function GetItems( _ 
   ByVal feature As String _ 
) As ToolStripItem() 
array<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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly