Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFCustomViewer.HandTool Property

Specifies if the Hand tool is enabled.

#Declaration

Delphi
property HandTool: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

You can use this property to switch between the hand and content selection tools in the PDF Viewer control. If the HandTool property is set to True, the Hand tool is active. Otherwise, the content selection tool is active.

Value Example
True
False

An end-user can switch between these tools by clicking the “Select Tool” and “Hand Tool” items in the control’s context menu.

You can provide additional tool switching options to an end-user by linking the HandTool and SelectTool commands to elements of your UI.

See Also