Determines whether the specified feature is currently available on the system.
Determines whether any version of the specified feature is currently available on the system.
[Visual Basic] Overloads Function IsPresent(Object) As Boolean
[C#] bool IsPresent(Object);
[C++] bool IsPresent(Object*) = 0;
[JScript] function IsPresent(Object) : Boolean;
Determines whether the specified or newer version of the specified feature is currently available on the system.
[Visual Basic] Overloads Function IsPresent(Object, Version) As Boolean
[C#] bool IsPresent(Object, Version);
[C++] bool IsPresent(Object*, Version) = 0;
[JScript] function IsPresent(Object, Version) : Boolean;
IFeatureSupport Interface | IFeatureSupport Members | System.WinForms Namespace