System.Windows.Forms.OSFeature.Feature Property

Gets a static instance of the System.Windows.Forms.OSFeature class to use for feature queries. This property is read-only.

Syntax

public static OSFeature Feature { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

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