IsFeatureItemHidden Method

Summary
Checks if the System.Windows.Forms.ToolStripItem objects registered with the given feature are hidden.
Syntax
C#
VB
C++
public bool IsFeatureItemHidden( 
   string featureId 
) 
  
Function IsFeatureItemHidden( _ 
   ByVal featureId As String _ 
) As Boolean 
bool IsFeatureItemHidden(  
   String^ featureId 
)  

Parameters

featureId
A System.String that represents the feature which registered the System.Windows.Forms.ToolStripItem object's state to be checked.

Return Value

true if the System.Windows.Forms.ToolStripItem registered with the feature are marked to be hidden; otherwise, it is false.

Remarks

For this to return true the HideFeature must be called for that feature.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.