[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.RichTextBoxWrapper.SetSelectionUnderlined

SetSelectionUnderlined Method

SetSelectionUnderlined(bool)

Sets the underlined style only for the selected part of the rich text box without modifying the other properties like font or size.

Declaration
public bool SetSelectionUnderlined(bool underlined)
Public Function SetSelectionUnderlined(underlined As Boolean) As Boolean
Parameters
Type Name Description
bool underlined

true to underline selection; false to make it regular

Returns
Type Description
bool