Intersoft ClientUI Documentation
IsFeatureSupported Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindowChrome Class : IsFeatureSupported Method






feature
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

Visual Basic (Declaration) 
Public Function IsFeatureSupported( _
   ByVal feature As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXWindowChrome
Dim feature As Object
Dim value As Boolean
 
value = instance.IsFeatureSupported(feature)
C# 
public bool IsFeatureSupported( 
   object feature
)
Delphi 
public function IsFeatureSupported( 
    feature: TObject
): Boolean; 
JScript 
public function IsFeatureSupported( 
   feature : Object
) : boolean;
Managed Extensions for C++ 
public: bool IsFeatureSupported( 
   Object* feature
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.