 | 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
Syntaxpublic bool AllowAccessoryFormCreation { get; set; }
Public Property AllowAccessoryFormCreation As Boolean
Get
Set
Dim instance As RichTextBoxTarget
Dim value As Boolean
value = instance.AllowAccessoryFormCreation
instance.AllowAccessoryFormCreation = value
member AllowAccessoryFormCreation : bool with 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