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