[]
Sets the italic style only for the selected part of the rich text box without modifying the other properties like font or size.
public bool SetSelectionItalic(bool italic)
Public Function SetSelectionItalic(italic As Boolean) As Boolean
Type | Name | Description |
---|---|---|
bool | italic | true to make selection italics; false to make it regular |
Type | Description |
---|---|
bool |