System.Windows.Forms.FeatureSupport.IsPresent Method

Determines whether the specified or newer version of the specified feature is installed in the system.

Syntax

public virtual bool IsPresent (object feature, Version minimumVersion)

Parameters

feature
The feature to look for.
minimumVersion
A Version representing the minimum version number of the feature to look for.

Returns

true if the feature is present and its version number is greater than or equal to the specified minimum version number; false if the feature is not installed or its version number is below the specified minimum number.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0