See Also: FeatureSupport Members
Use the static methods of this class when the classes you query for feature information implement the System.Windows.Forms.IFeatureSupport interface. Otherwise, inherit from System.Windows.Forms.FeatureSupport and provide your own implementation. For an implementation of this class, see System.Windows.Forms.OSFeature.
To get the version number of a feature, call FeatureSupport.GetVersionPresent(string, string). Call FeatureSupport.IsPresent(string, string) to determine if a particular feature or version of a feature is installed.