'Declaration Public Sub RemoveTag( _ ByVal tagName As System.String _ )
public void RemoveTag( System.string tagName )
Parameters
- tagName
- Tag to remove from the C1TextRange.
'Declaration Public Sub RemoveTag( _ ByVal tagName As System.String _ )
public void RemoveTag( System.string tagName )
function SetStrong(bool value) { if (value) _editor.Selection.ApplyTag("strong"); else _editor.Selection.RemoveTag("strong"); }