| RichTextBoxLinkLayoutRenderer Class |
Strings rendered with this rendrer would convert to links in the control.
SupportLinksInheritance Hierarchy
Namespace:
NLog.Windows.Forms
Assembly:
NLog.Windows.Forms (in NLog.Windows.Forms.dll) Version: 5.2.3+a6f5d4397ec11371a92ffd5b29f2da9844f01c95
Syntax public sealed class RichTextBoxLinkLayoutRenderer : LayoutRenderer
Public NotInheritable Class RichTextBoxLinkLayoutRenderer
Inherits LayoutRenderer
Dim instance As RichTextBoxLinkLayoutRenderer
[<SealedAttribute>]
type RichTextBoxLinkLayoutRenderer =
class
inherit LayoutRenderer
end
The RichTextBoxLinkLayoutRenderer type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Inner |
Inner layout that actually provides text
|
TopMethods
| Name | Description |
---|
| Render |
Renders the value of layout renderer in the context of the specified log event.
(Inherited from LayoutRenderer.) |
| ToString | Returns a string that represents the current object. (Inherited from LayoutRenderer.) |
TopRemarks
Internally this renderer replaces the rendered text with a GUID and stores the info in
Properties by
PropertyName as a key
Actual rendering is done in
SendTheMessageToRichTextBox(RichTextBox, String, RichTextBoxRowColoringRule, LogEventInfo)See Also