Intersoft ClientUI Documentation
IsFeatureSupported Method (UXWindow)



The feature to be queried, i.e, one of the values defined in WindowFeatures enumeration.
Determines whether a feature is supported by this window class.
Syntax
Public Function IsFeatureSupported( _
   ByVal feature As Object _
) As Boolean
Dim instance As UXWindow
Dim feature As Object
Dim value As Boolean
 
value = instance.IsFeatureSupported(feature)
public bool IsFeatureSupported( 
   object feature
)
public:
bool IsFeatureSupported( 
   Object^ feature
) 

Parameters

feature
The feature to be queried, i.e, one of the values defined in WindowFeatures enumeration.

Return Value

True if the 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

UXWindow Class
UXWindow Members

Send Feedback