Intersoft ClientUI Documentation
IsFeatureSupported Method (IWindow)



The feature to be checked.
Determines whether the specified windowing feature is supported.
Syntax
Function IsFeatureSupported( _
   ByVal feature As Object _
) As Boolean
Dim instance As IWindow
Dim feature As Object
Dim value As Boolean
 
value = instance.IsFeatureSupported(feature)
bool IsFeatureSupported( 
   object feature
)
bool IsFeatureSupported( 
   Object^ feature
) 

Parameters

feature
The feature to be checked.

Return Value

True if the specified feature is supported.
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

IWindow Interface
IWindow Members

Send Feedback