←Select platform

IsFeatureItemDisabled Method

Summary

Checks if the System.Windows.Forms.ToolStripItem objects registered with the given feature are disabled.

Syntax

C#
VB
C++
public bool IsFeatureItemDisabled( 
   string featureId 
) 
  
Public Function IsFeatureItemDisabled( _ 
   ByVal featureId As String _ 
) As Boolean 
public: 
bool IsFeatureItemDisabled(  
   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 disabled.

Remarks

In order for this to return true the Leadtools.Medical.Workstation.Interfaces.IWorkstationStripItemFeatureExecuter.DisableFeature must be called for that 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