The C1PreviewThumbnailView type exposes the following members.

Methods

  Name Description
Public method ArrangeIcons()()()()
Arranges items in the control when they are displayed as icons based on the value of the Alignment property.
(Inherited from ListViewListView.)
Public method ArrangeIcons(ListViewAlignment)
Arranges items in the control when they are displayed as icons with a specified alignment setting.
(Inherited from ListViewListView.)
Public method AutoResizeColumn
Resizes the width of the given column as indicated by the resize style.
(Inherited from ListView.)
Public method AutoResizeColumns
Resizes the width of the columns as indicated by the resize style.
(Inherited from ListView.)
Public method BeginInvoke(Delegate)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from ControlControl.)
Public method BeginInvoke(Delegate, array<Object>[]()[][])
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
(Inherited from ControlControl.)
Public method BeginUpdate
Prevents the control from drawing until the EndUpdate()()()() method is called.
(Inherited from ListView.)
Public method BringToFront
Brings the control to the front of the z-order.
(Inherited from Control.)
Public method Clear
Removes all items and columns from the control.
(Inherited from ListView.)
Public method Contains
Retrieves a value indicating whether the specified control is a child of the control.
(Inherited from Control.)
Public method CreateControl
Forces the creation of the control, including the creation of the handle and any child controls.
(Inherited from Control.)
Public method CreateGraphics
Creates the Graphics for the control.
(Inherited from Control.)
Public method DoDragDrop
Begins a drag-and-drop operation.
(Inherited from Control.)
Public method DrawToBitmap
Supports rendering to the specified bitmap.
(Inherited from Control.)
Public method EndInvoke
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
(Inherited from Control.)
Public method EndUpdate
Resumes drawing of the list view control after drawing is suspended by the BeginUpdate()()()() method.
(Inherited from ListView.)
Public method EnsureVisible
Ensures that the specified item is visible within the control, scrolling the contents of the control if necessary.
(Inherited from ListView.)
Public method FindForm
Retrieves the form that the control is on.
(Inherited from Control.)
Public method FindItemWithText(String)
Finds the first ListViewItem that begins with the specified text value.
(Inherited from ListViewListView.)
Public method FindItemWithText(String, Boolean, Int32)
Finds the first ListViewItem or ListViewItem..::..ListViewSubItem, if indicated, that begins with the specified text value. The search starts at the specified index.
(Inherited from ListViewListView.)
Public method FindItemWithText(String, Boolean, Int32, Boolean)
Finds the first ListViewItem or ListViewItem..::..ListViewSubItem, if indicated, that begins with the specified text value. The search starts at the specified index.
(Inherited from ListViewListView.)
Public method FindNearestItem(SearchDirectionHint, Point)
Finds the next item from the given point, searching in the specified direction
(Inherited from ListViewListView.)
Public method FindNearestItem(SearchDirectionHint, Int32, Int32)
Finds the next item from the given x- and y-coordinates, searching in the specified direction.
(Inherited from ListViewListView.)
Public method Focus
Sets input focus to the control.
(Inherited from Control.)
Public method GetChildAtPoint(Point)
Retrieves the child control that is located at the specified coordinates.
(Inherited from ControlControl.)
Public method GetChildAtPoint(Point, GetChildAtPointSkip)
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
(Inherited from ControlControl.)
Public method GetContainerControl
Returns the next ContainerControl up the control's chain of parent controls.
(Inherited from Control.)
Public method GetItemAt
Retrieves the item at the specified location.
(Inherited from ListView.)
Public method GetItemRect(Int32)
Retrieves the bounding rectangle for a specific item within the list view control.
(Inherited from ListViewListView.)
Public method GetItemRect(Int32, ItemBoundsPortion)
Retrieves the specified portion of the bounding rectangle for a specific item within the list view control.
(Inherited from ListViewListView.)
Public method GetNextControl
Retrieves the next control forward or back in the tab order of child controls.
(Inherited from Control.)
Public method GetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from Control.)
Public method Hide
Conceals the control from the user.
(Inherited from Control.)
Public method HitTest(Point)
Provides item information, given a point.
(Inherited from ListViewListView.)
Public method HitTest(Int32, Int32)
Provides item information, given x- and y-coordinates.
(Inherited from ListViewListView.)
Public method Invalidate()()()()
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from ControlControl.)
Public method Invalidate(Region)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
(Inherited from ControlControl.)
Public method Invalidate(Boolean)
Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from ControlControl.)
Public method Invalidate(Rectangle)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
(Inherited from ControlControl.)
Public method Invalidate(Region, Boolean)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from ControlControl.)
Public method Invalidate(Rectangle, Boolean)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from ControlControl.)
Public method Invoke(Delegate)
Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from ControlControl.)
Public method Invoke(Delegate, array<Object>[]()[][])
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
(Inherited from ControlControl.)
Public method PerformLayout()()()()
Forces the control to apply layout logic to all its child controls.
(Inherited from ControlControl.)
Public method PerformLayout(Control, String)
Forces the control to apply layout logic to all its child controls.
(Inherited from ControlControl.)
Public method PointToClient
Computes the location of the specified screen point into client coordinates.
(Inherited from Control.)
Public method PointToScreen
Computes the location of the specified client point into screen coordinates.
(Inherited from Control.)
Public method PreProcessControlMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
Public method PreProcessMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
Public method RectangleToClient
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from Control.)
Public method RectangleToScreen
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from Control.)
Public method RedrawItems
Forces a range of ListViewItem objects to be redrawn.
(Inherited from ListView.)
Public method Refresh
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from Control.)
Public method ResetText
Resets the Text property to its default value.
(Inherited from Control.)
Public method ResumeLayout()()()()
Resumes usual layout logic.
(Inherited from ControlControl.)
Public method ResumeLayout(Boolean)
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from ControlControl.)
Public method Select
Activates the control.
(Inherited from Control.)
Public method SelectNextControl
Activates the next control.
(Inherited from Control.)
Public method SendToBack
Sends the control to the back of the z-order.
(Inherited from Control.)
Public method SetBounds(Int32, Int32, Int32, Int32)
Sets the bounds of the control to the specified location and size.
(Inherited from ControlControl.)
Public method SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
Sets the specified bounds of the control to the specified location and size.
(Inherited from ControlControl.)
Public method Show
Displays the control to the user.
(Inherited from Control.)
Public method Sort
Sorts the items of the list view.
(Inherited from ListView.)
Public method SuspendLayout
Temporarily suspends the layout logic for the control.
(Inherited from Control.)
Public method ToString
Returns a string representation of the ListView control.
(Inherited from ListView.)
Public method Update
Causes the control to redraw the invalidated regions within its client area.
(Inherited from Control.)

See Also