System.Windows.Forms.FeatureSupport.IsPresent Method

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

Syntax

public static bool IsPresent (string featureClassName, string featureConstName)

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.

Returns

true if the specified feature is present; false if the specified feature is not present or if the product containing the feature is not installed.

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