'Declaration Public Sub ApplyTag( _ ByVal tagName As System.String _ )
public void ApplyTag( System.string tagName )
Parameters
- tagName
- XHTML tag to apply to the current text range.
'Declaration Public Sub ApplyTag( _ ByVal tagName As System.String _ )
public void ApplyTag( System.string tagName )
C1TextRange range = c1Editor1.Selection;
range.ApplyTag("strong");