Click or drag to resize

ThumbnailControlProperties Class

This class is used to hold property values for a ThumbnailView control used by the DocumentViewer.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WinControlsThumbnailControlProperties

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ThumbnailControlProperties

The ThumbnailControlProperties type exposes the following members.

Properties
  NameDescription
Public propertyActivation
Public propertyAllowDrop
Gets or sets a value indicating whether to allow items to be dropped onto it.
Public propertyArrowKeyAction
Gets or sets the action taken when an arrow key is pressed.
Public propertyAsynchronous
Public propertyAutoDragDrop
Public propertyBackColor
Gets or sets the background color of the control.
Public propertyCaptionFormat
Public propertyCaptionLines
Public propertyCaptionSpacing
Public propertyContextMenu
Gets or sets the ContextMenu for the control.
Public propertyContextMenuStrip
Gets or sets the ContextMenuStrip to use for the control.
Public propertyCursor
Gets or sets the Cursor for the control.
Public propertyDisplayText
Public propertyDragDistanceTrigger
Public propertyDragDropMode
Public propertyDragSelectionColor
Public propertyDropPositionIndicator
Gets or sets the type of position indicator used for drag drop operations.
Public propertyEnableMouseWheel
Public propertyErrorImage
Public propertyFocusedItem
Public propertyFont
Gets or sets the Font used for the captions.
Public propertyForeColor
Gets or sets the color used for the captions.
Public propertyGrabFocusOnMouseEnter
Public propertyHighlightBackgroundColor
Public propertyHighlightBrush
Public propertyHighlightTextColor
Public propertyHoverItem
Public propertyItems
Public propertyLabelEdit
Public propertyLoadErrorMessage
Public propertyLoadMethod
Public propertyMargins
Public propertyMaxWorkerThreads
Public propertyPlaceholderImage
Gets or sets the image used as a placeholder for the thumbnails that have not been loaded.
Public propertyPlaceholderMessage
Gets or sets the message to render as a placeholder for thumbnails that have not been loaded.
Public propertySelectedIndicies
Public propertySelectedItems
Public propertySelectedItemsOrder
Public propertySelectedItemStyle
Public propertySelectionMode
Public propertySelectionRectangleBackColor
Public propertySelectionRectangleDashStyle
Public propertySelectionRectangleLineColor
Public propertySortBy
Public propertySortOrder
Public propertySpacing
Public propertyThumbnailBackground
Public propertyThumbnailLayout
Public propertyThumbnailOffset
Public propertyThumbnailSize
Public propertyToolTipControl
Public propertyTopItem
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string name for the class.
(Overrides ObjectToString.)
Top
See Also