PdfWebControlLiteHideHandScroll Property |
Gets or sets a value indicating whether the hand scroll button in the
PdfWebControlLite viewer is hidden.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool HideHandScroll { get; set; }
Public Property HideHandScroll As Boolean
Get
Set
Property Value
Type:
Booleantrue if the hand scroll button is hidden; otherwise
false. The default is
false.
Remarks See Also