Click or drag to resize

RichTextBoxTargetAllowAccessoryFormCreation Property

Gets or sets a value indicating whether to create accessory form if the specified form/control combination was not found during target initialization.

Namespace:  NLog.Windows.Forms
Assembly:  NLog.Windows.Forms (in NLog.Windows.Forms.dll) Version: 5.2.3+a6f5d4397ec11371a92ffd5b29f2da9844f01c95
Syntax
public bool AllowAccessoryFormCreation { get; set; }

Property Value

Type: Boolean
Remarks
If set to false and the control was not found during target initialization, the target would skip events until the control is found during ReInitializeAllTextboxes(Form) call
See Also