OSFeature

OSFeature

System. Windows .Forms (system. windows .forms.dll) class

This class, derived from the FeatureSupport abstract base, is used to determine whether particular operating system features are present.

In Version 1.0 of the framework, it can be used to determine whether LayeredWindows and Themes are present, through static members of those names .

 public class  OSFeature  : FeatureSupport {  // Protected Constructors  protected  OSFeature  ();  // Public Static Fields  public static readonly object  LayeredWindows  ;  // =System.Object  public static readonly object  Themes  ;  // =System.Object   // Public Static Properties  public static OSFeature  Feature  {get; }  // Public Instance Methods  public override Version  GetVersionPresent  (object  feature  );  // overrides FeatureSupport  } 

Hierarchy

System.Object FeatureSupport(IFeatureSupport) OSFeature



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net