See Also: IFeatureSupport Members
When implemented in a class, System.Windows.Forms.IFeatureSupport provides methods you can use to determine whether a feature is currently installed on the system and to get the version number of a feature. Call IFeatureSupport.IsPresent(object) to determine whether a feature, or a specific version of a feature, is currently installed. Call IFeatureSupport.GetVersionPresent(object) to determine the version number of an installed feature.
See the System.Windows.Forms.FeatureSupport and System.Windows.Forms.OSFeature classes for implementations of this interface.