Intersoft ClientUI Documentation
IsFeatureSupported Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IWindow Interface : IsFeatureSupported Method






feature
The feature to be checked.
Determines whether the specified windowing feature is supported.

Syntax

Visual Basic (Declaration) 
Function IsFeatureSupported( _
   ByVal feature As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IWindow
Dim feature As Object
Dim value As Boolean
 
value = instance.IsFeatureSupported(feature)
C# 
bool IsFeatureSupported( 
   object feature
)
Delphi 
function IsFeatureSupported( 
    feature: TObject
): Boolean; 
JScript 
function IsFeatureSupported( 
   feature : Object
) : boolean;
Managed Extensions for C++ 
bool IsFeatureSupported( 
   Object* feature
) 
C++/CLI 
bool IsFeatureSupported( 
   Object^ feature
) 

Parameters

feature
The feature to be checked.

Return Value

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