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