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