IsFeatureItemHidden Method

Summary
Checks if the System.Windows.Forms.ToolStripItem objects registered with the given feature are hidden.
Syntax
C#
C++/CLI
public bool IsFeatureItemHidden( 
   string featureId 
) 
public:  
   bool IsFeatureItemHidden( 
      String^ featureId 
   ) 

Parameters

featureId
The feature which registered System.Windows.Forms.ToolStripItem objects state will be checked.

Return Value

true if the System.Windows.Forms.ToolStripItem registered with the feature are marked to be hidden.

Remarks

In order for this to return true the Leadtools.Medical.Workstation.Interfaces.IWorkstationStripItemFeatureExecuter.HideFeature must be called for that feature

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

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