 | RichTextBoxTargetControlName Property |
Gets or sets the Name of RichTextBox to which Nlog will write.
Namespace:
NLog.Windows.Forms
Assembly:
NLog.Windows.Forms (in NLog.Windows.Forms.dll) Version: 6.0.2+01ddbab0988c46f3d07855baad19b639e7f74ec1
Syntaxpublic Layout ControlName { get; set; }
Public Property ControlName As Layout
Get
Set
Dim instance As RichTextBoxTarget
Dim value As Layout
value = instance.ControlName
instance.ControlName = value
member ControlName : Layout with get, set
Property Value
Type:
Layout
See Also