[]
Sets the font only for the selected part of the rich text box without modifying the other properties like size or style.
public bool SetSelectionFont(string face)
Public Function SetSelectionFont(face As String) As Boolean
Type | Name | Description |
---|---|---|
string | face | Name of the font for the selected part |
Type | Description |
---|---|
bool | true if successful; false otherwise |