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

IsFeatureItemHidden Method (IWorkstationStripItemFeatureExecuter)







A System.String that represents the feature which registered the System.Windows.Forms.ToolStripItem object's state to be checked.
Checks if the System.Windows.Forms.ToolStripItem objects registered with the given feature are hidden.
Syntax
bool IsFeatureItemHidden( 
   string featureId
)
'Declaration
 
Function IsFeatureItemHidden( _
   ByVal featureId As String _
) As Boolean
'Usage
 
Dim instance As IWorkstationStripItemFeatureExecuter
Dim featureId As String
Dim value As Boolean
 
value = instance.IsFeatureItemHidden(featureId)
bool IsFeatureItemHidden( 
   string featureId
)
function Leadtools.Medical.Workstation.Interfaces.IWorkstationStripItemFeatureExecuter.IsFeatureItemHidden( 
   featureId 
)
bool IsFeatureItemHidden( 
   string* featureId
) 
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: 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

IWorkstationStripItemFeatureExecuter Interface
IWorkstationStripItemFeatureExecuter Members

 

 


Products | Support | Contact Us | Copyright Notices

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