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: 6.0.2+01ddbab0988c46f3d07855baad19b639e7f74ec1
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