Changing Font from inserted Hyperlink
Posted: Thu Jul 24, 2025 6:56 am
Hello RichView Support,
I'd like to customize certain font properties of hyperlinks that are pasted into the RichView editor. My goal is to apply these formatting changes only when a hyperlink is inserted via the paste operation.
Currently, Iām using the following code within the OnPaste event of the RichViewEdit: However, with this approach, I'm encountering issues when inserting images immediately after hyperlinks ā RichView seems to behave unexpectedly in this scenario.
Am I overlooking something, or is the OnPaste event not the right place to apply these changes? Any advice on how to better handle hyperlink formatting during paste operations would be greatly appreciated.
I'd like to customize certain font properties of hyperlinks that are pasted into the RichView editor. My goal is to apply these formatting changes only when a hyperlink is inserted via the paste operation.
Currently, Iām using the following code within the OnPaste event of the RichViewEdit: However, with this approach, I'm encountering issues when inserting images immediately after hyperlinks ā RichView seems to behave unexpectedly in this scenario.
Am I overlooking something, or is the OnPaste event not the right place to apply these changes? Any advice on how to better handle hyperlink formatting during paste operations would be greatly appreciated.