Skybound AutoComplete

AutoComplete.IsSupported Method 

Returns whether autocompletion is supported on a specified operating system.

[Visual Basic]
Public Shared Function IsSupported( _
   ByVal os As OperatingSystem _
) As Boolean
[C#]
public static bool IsSupported(
   OperatingSystem os
);

Parameters

os
The OperatingSystem to check for support.

Return Value

True if the operating system is supported; otherwise, false.

Remarks

Autocompletion is supported on Windows 2000, XP and 2003. It is not supported on Windows 95, 98 or ME. On these unsupported operating systems, no suggestions are made.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace