Skybound AutoComplete

AutoCompleteManager.CanExtendType Method 

Returns whether autocompletion is available for controls of a specified Type.

[Visual Basic]
Public Shared Function CanExtendType( _
   ByVal type As Type _
) As Boolean
[C#]
public static bool CanExtendType(
   Type type
);

Return Value

true if autocompletion is supported for the specific type; otherwise, false.

Remarks

Autocompletion is supported for TextBox and ComboBox controls, and any control that derrives from either type.

See Also

AutoCompleteManager Class | Skybound.AutoComplete Namespace