Determines whether the specified cHTML markup style attribute and its value can be rendered to the current markup element.
- styleAttrName
- Documentation for this section has not yet been entered.
- value
- A string containing the value that is assigned to name.
- key
- The System.Web.UI.HtmlTextWriterStyle associated with name.
true if the style can be rendered; otherwise, false.
The ChtmlTextWriter.OnStyleAttributeRender(string, string, HtmlTextWriterStyle) method returns false when key is equal to the HtmlTextWriterStyle.TextDecoration field and the value is "line-through".