System.Windows.Forms.FeatureSupport.IsPresent Method

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

Syntax

public static bool IsPresent (string featureClassName, string featureConstName, Version minimumVersion)

Parameters

featureClassName
The fully qualified name of the class to query for information about the specified feature. This class must implement the System.Windows.Forms.IFeatureSupport interface or inherit from a class that implements this interface.
featureConstName
The fully qualified name of the feature to look for.
minimumVersion
A Version representing the minimum version number of the feature.

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

See the documentation for the product containing the feature to determine the names to pass to the featureClassName and the featureConstName parameters.

Requirements

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