Gets a static instance of the System.Windows.Forms.OSFeature class to use for feature queries. This property is read-only.
Documentation for this section has not yet been entered.
Use this static property to query for operating system features. You cannot create an instance of this class.
To determine the version of a feature, call the OSFeature.GetVersionPresent(object) method. To determine if a feature or a specific version is present, call the FeatureSupport.IsPresent(string, string) method and specify the feature to look for with the feature identifiers provided in this class.