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