Name | Description | |
---|---|---|
ImGearThumbnailList Constructor |
The following tables list the members exposed by ImGearThumbnailList.
Name | Description | |
---|---|---|
ImGearThumbnailList Constructor |
Name | Description | |
---|---|---|
artDataChanged | Indicates whether the art data has changed since the last save operation. | |
artServiceOption | Indicates ImagedataService option. | |
controlStateElementId | Gets or sets the id of the HTML element that will hold the state of this control. | |
debug | Indicates whether the control should log its actions. | |
debugErrorLevel | Gets or sets how much information the control will log. | |
documents | Gets the document collection object that is contained in this control. | |
enabled | Indicates if the ImGearThumbnailList control is in an active state. | |
layout | Gets or sets the layout for the thumbnails in the ImGearThumbnailList control. | |
pageViewClientId | Gets or sets the id of the PageView control associated with this ImGearThumbnailList control. | |
resourcePath | Indicates the resource Url path for the image files required for the menu icons and the art mark handles. | |
selectedPages | Gets a collection of currently selected pages. | |
selectionMode | Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control. | |
thumbnailBackgroundColor | Gets or sets the background color for the thumbnails displayed in the control. | |
thumbnailBorderColor | Gets or sets the for the border color for thumbnails displayed in the control. | |
thumbnailBorderWidth | Gets or sets the for the border width in pixel units for thumbnails displayed in the control. | |
thumbnailCaptionFormat | Gets or sets the string format for thumbnail caption for all the thumbnails in the control. | |
thumbnailHeight | Gets or sets the height for thumbnails in pixel units for thumbnails displayed in the control. | |
thumbnailSelectedBackgroundColor | Gets or sets the background color for the selected thumbnails displayed in the control. | |
thumbnailWidth | Gets or sets the width for thumbnails in pixel units for thumbnails displayed in the control. | |
useDefaultStyling | Gets or sets the default visual style for the thumbnails and their contents. | |
xSpacing | Gets or sets the amount of horizontal space between thumbnails displayed in the control. | |
ySpacing | Gets or sets the amount of vertical space in pixel units between thumbnails displayed in the control. |
Name | Description | |
---|---|---|
display | Scrolls to the first thumbnail item in the control's thumbnail items list. Forces the ThumbnailList control to update its visual presentation immediately. | |
dispose | Disposes of the resources held by the ImGearThumbnailList. | |
getArtPage | Gets the art data of the page specified in the parameter. | |
saveArtData | Saves annotations. | |
scrollToFirstThumbnail | Scrolls to the first thumbnail item in the control's thumbnail items list. | |
scrollToLastThumbnail | Scrolls the last thumbnail item in the list. | |
scrollToNextBand | Scrolls the next band of thumbnail items into view. | |
scrollToPreviousBand | Scrolls the previous band of thumbnail items into view. | |
scrollToSelectedThumbnail | Scrolls to the currently selected thumbnail item in the list. | |
selectFirstThumbnail | Selects the first thumbnail in the control's list. | |
selectLastThumbnail | Selects the last thumbnail in the control's list. | |
selectNextThumbnail | Selects the thumbnail next to the currently selected thumbnail. | |
selectPreviousThumbnail | Selects the thumbnail previous to the current thumbnail selection. | |
writeToLog | Writes a user-defined event to the log. |
Name | Description | |
---|---|---|
mouseDown | Indicates the user pressed a mouse button. | |
mouseMove | Indicates the user moved the mouse. | |
mouseUp | Indicates the user released a mouse button. | |
pageAddFailed | Indicates that a page failed to load in a thumbnail. | |
pageSelectionChanged | Indicates the thumbnail displaying a page was selected or unselected. | |
propertyChanged | Indicates that a property of this ImGearThumbnailList changed. |