C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor Namespace > C1TextRange Class : RemoveTag Method |
'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"); }