Back to Devexpress

TdxPDFViewerSelectTool Class

vcl-dxpdfvieweractions-abb68e2c.md

latest2.3 KB
Original Source

TdxPDFViewerSelectTool Class

An action object corresponding to the SelectTool command provided by the PDF Viewer control.

Declaration

delphi
TdxPDFViewerSelectTool = class(
    TdxPDFViewerCheckableAction
)

Remarks

This class does not introduce any new public members. Executing a TdxPDFViewerSelectTool action object disables or enables the content selection tool (depending on its current state).

Enabling the capability to select the PDF document content disables the Hand tool and vice versa.

UI elements linked to a TdxPDFViewerSelectTool action object are enabled only if the PDF Viewer control currently displays a document (i.e., the control’s IsDocumentLoaded function returns True).

Inheritance

Show 12 items

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxPDFViewerCustomAction TdxPDFViewerCheckableAction TdxPDFViewerSelectTool

See Also

TdxPDFViewerSelectTool Members

dxPDFViewerActions Unit