DevForce Help Reference
SupportsSilverlight Method


Returns whether Silverlight applications are supported.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function SupportsSilverlight( _
   ByVal type As ClientApplicationType _
) As Boolean
'Usage
 
Dim type As ClientApplicationType
Dim value As Boolean
 
value = ClientApplicationTypeExtensions.SupportsSilverlight(type)
[Extension()]
public static bool SupportsSilverlight( 
   ClientApplicationType type
)

Parameters

type
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

ClientApplicationTypeExtensions Class
ClientApplicationTypeExtensions Members

Send Feedback