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