Removes a formatting style from a Text Control document.
public bool Remove(string styleName);
Public Function Remove(ByVal styleName As String) As Boolean
Parameter | Description |
---|---|
style |
Specifies the name of the style to remove. |
The return value is true, if the style could be removed. Otherwise it is false.