 | 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.4+61769f974f2d827eeb9ad49a6ae7d02f62cfdccc
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