Click or drag to resize

ToolStripItemTarget Properties

The ToolStripItemTarget type exposes the following members.

Properties
  NameDescription
Public propertyFormName
Gets or sets the name of the Form on which the ToolStrip is located.
Public propertyItemName
Gets or sets the name of the ToolStripItem to which NLog will log write log text.
Public propertyLayout
Gets or sets the layout used to format log messages.
(Inherited from TargetWithLayout.)
Public propertyName
Gets or sets the name of the target.
(Inherited from Target.)
Public propertyToolStripName
Gets or sets the name of ToolStrip that contains the ToolStripItem to which NLog will log write log text.
Top
See Also