Click or drag to resize

RichTextBoxLinkLayoutRenderer Class

Strings rendered with this rendrer would convert to links in the control. SupportLinks
Inheritance Hierarchy
SystemObject
  NLog.LayoutRenderersLayoutRenderer
    NLog.Windows.FormsRichTextBoxLinkLayoutRenderer

Namespace:  NLog.Windows.Forms
Assembly:  NLog.Windows.Forms (in NLog.Windows.Forms.dll) Version: 5.2.3+a6f5d4397ec11371a92ffd5b29f2da9844f01c95
Syntax
public sealed class RichTextBoxLinkLayoutRenderer : LayoutRenderer

The RichTextBoxLinkLayoutRenderer type exposes the following members.

Constructors
  NameDescription
Public methodRichTextBoxLinkLayoutRenderer
Initializes a new instance of the RichTextBoxLinkLayoutRenderer class
Top
Properties
  NameDescription
Public propertyInner
Inner layout that actually provides text
Top
Methods
  NameDescription
Public methodRender
Renders the value of layout renderer in the context of the specified log event.
(Inherited from LayoutRenderer.)
Public methodToString
Returns a string that represents the current object.
(Inherited from LayoutRenderer.)
Top
Remarks
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