[Visual Basic] Overridable Public Function IsControlTypeSupported( _ ByVal controlType As ControlType _ ) As Boolean [C#] public virtual bool IsControlTypeSupported( ControlType controlType ); [C++] public: virtual bool IsControlTypeSupported( ControlType* controlType ); [JScript] public virtual function IsControlTypeSupported( ControlType controlType ): bool;