LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IsFeatureItemDisabled Method (IWorkstationStripItemFeatureExecuter)

Show in webframe






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
bool IsFeatureItemDisabled( 
   string featureId
)
'Declaration
 
Function IsFeatureItemDisabled( _
   ByVal featureId As String _
) As Boolean
'Usage
 
Dim instance As IWorkstationStripItemFeatureExecuter
Dim featureId As String
Dim value As Boolean
 
value = instance.IsFeatureItemDisabled(featureId)

            

            
bool IsFeatureItemDisabled( 
   string* featureId
) 
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 is marked to be disabled.
Remarks

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

Requirements

Target Platforms

See Also

Reference

IWorkstationStripItemFeatureExecuter Interface
IWorkstationStripItemFeatureExecuter Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.