[To be supplied.]
[Visual Basic] Overridable Protected Function IsInlineTag( _ ByVal tagKey As Integer _ ) As Boolean [C#] protected virtual bool IsInlineTag( int tagKey ); [C++] protected: virtual bool IsInlineTag( int tagKey ); [JScript] protected function IsInlineTag( tagKey : int ) : Boolean;
HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace