Namespace CoreControls.DocumentViewer.ToolModes
Represents tool modes for the DocumentViewer.
Constructor Attributes | Constructor Name and Description |
---|---|
Contains a list of tool modes available to the DocumentViewer
|
Field Attributes | Field Name and Description |
---|---|
The mouse has no extra functionality.
|
|
The mouse can be used to pan the document.
|
|
The mouse can be used to select text.
|
Namespace Detail
CoreControls.DocumentViewer.ToolModes
Contains a list of tool modes available to the DocumentViewer
To register a new tool mode with DocumentViewer: "CoreControls.DocumentViewer.prototype.ToolModes.NewTool = NewTool;"
Field Detail
{number}
Custom
The mouse has no extra functionality.
{number}
Pan
The mouse can be used to pan the document.
{number}
TextSelect
The mouse can be used to select text.