PdfWebControlLiteHideFocusOutline Property |
Gets or sets a value indicating whether an outline is hidden when an object is in focus.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool HideFocusOutline { get; set; }
Public Property HideFocusOutline As Boolean
Get
Set
Property Value
Type:
Booleantrue if the outline is hidden when an object is in focus; otherwise
false. The default is
false.
Remarks
See Also