LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

IsFeatureItemDisabled Method (WorkstationStripItemFeatureExecuter)







The feature which registered System.Windows.Forms.ToolStripItem objects state will be checked.
Checks if the System.Windows.Forms.ToolStripItem objects registered with the given feature are disabled.
Syntax
public bool IsFeatureItemDisabled( 
   string featureId
)
'Declaration
 
Public Function IsFeatureItemDisabled( _
   ByVal featureId As String _
) As Boolean
'Usage
 
Dim instance As WorkstationStripItemFeatureExecuter
Dim featureId As String
Dim value As Boolean
 
value = instance.IsFeatureItemDisabled(featureId)
public bool IsFeatureItemDisabled( 
   string featureId
)
 function Leadtools.Medical.Workstation.UI.WorkstationStripItemFeatureExecuter.IsFeatureItemDisabled( 
   featureId 
)
public: bool IsFeatureItemDisabled( 
   string* featureId
) 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationStripItemFeatureExecuter Class
WorkstationStripItemFeatureExecuter Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.