ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearThumbnailList class

In This Topic
    ImGearThumbnailList class Members
    In This Topic

    The following tables list the members exposed by ImGearThumbnailList.

    Public Constructors
    Public Properties
     NameDescription
    public PropertyIndicates whether the art data has changed since the last save operation.  
    public PropertyIndicates ImagedataService option.  
    public PropertyGets or sets the id of the HTML element that will hold the state of this control.  
    public PropertyIndicates whether the control should log its actions.  
    public PropertyGets or sets how much information the control will log.  
    public PropertyGets the document collection object that is contained in this control.  
    public PropertyIndicates if the ImGearThumbnailList control is in an active state.  
    public PropertyGets or sets the layout for the thumbnails in the ImGearThumbnailList control.  
    public PropertyGets or sets the id of the PageView control associated with this ImGearThumbnailList control.  
    public PropertyIndicates the resource Url path for the image files required for the menu icons and the art mark handles.  
    public PropertyGets a collection of currently selected pages.  
    public PropertyGets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.  
    public PropertyGets or sets the background color for the thumbnails displayed in the control.  
    public PropertyGets or sets the for the border color for thumbnails displayed in the control.  
    public PropertyGets or sets the for the border width in pixel units for thumbnails displayed in the control.  
    public PropertyGets or sets the string format for thumbnail caption for all the thumbnails in the control.  
    public PropertyGets or sets the height for thumbnails in pixel units for thumbnails displayed in the control.  
    public PropertyGets or sets the background color for the selected thumbnails displayed in the control.  
    public PropertyGets or sets the width for thumbnails in pixel units for thumbnails displayed in the control.  
    public PropertyGets or sets the default visual style for the thumbnails and their contents.  
    public PropertyGets or sets the amount of horizontal space between thumbnails displayed in the control.  
    public PropertyGets or sets the amount of vertical space in pixel units between thumbnails displayed in the control.  
    Top
    Public Methods
     NameDescription
    public MethodScrolls to the first thumbnail item in the control's thumbnail items list. Forces the ThumbnailList control to update its visual presentation immediately.  
    public MethodDisposes of the resources held by the ImGearThumbnailList.  
    public MethodGets the art data of the page specified in the parameter.  
    public MethodSaves annotations.  
    public MethodScrolls to the first thumbnail item in the control's thumbnail items list.  
    public MethodScrolls the last thumbnail item in the list.  
    public MethodScrolls the next band of thumbnail items into view.  
    public MethodScrolls the previous band of thumbnail items into view.  
    public MethodScrolls to the currently selected thumbnail item in the list.  
    public MethodSelects the first thumbnail in the control's list.  
    public MethodSelects the last thumbnail in the control's list.  
    public MethodSelects the thumbnail next to the currently selected thumbnail.  
    public MethodSelects the thumbnail previous to the current thumbnail selection.  
    public MethodWrites a user-defined event to the log.  
    Top
    Public Events
     NameDescription
    public EventIndicates the user pressed a mouse button.  
    public EventIndicates the user moved the mouse.  
    public EventIndicates the user released a mouse button.  
    public EventIndicates that a page failed to load in a thumbnail.  
    public EventIndicates the thumbnail displaying a page was selected or unselected.  
    public EventIndicates that a property of this ImGearThumbnailList changed.  
    Top
    See Also