PdfWebControlLiteDisableLinkWarning Property |
Gets or sets a value indicating whether a warning is shown in this
PdfWebControlLite when URL links are clicked.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool DisableLinkWarning { get; set; }
Public Property DisableLinkWarning As Boolean
Get
Set
Property Value
Type:
Booleantrue if a warning should be shown when a URL link is clicked; otherwise
false and links are immediately navigated to when clicked. The default is
false.
Remarks
See Also