Represents thumbnails.
More...
|
|
| Thumbnails () |
| | Initializes a new instance of the Thumbnails class.
|
| |
| delegate void | MethodReloadItem (IPageHolder pageHolder) |
| | Represents method reload item. More...
|
| |
|
void | ClearClipboard () |
| |
| bool | Cut () |
| | Cuts this instance. More...
|
| |
|
bool | Copy () |
| | Copies this instance.
|
| |
| bool | Paste () |
| | Pastes this instance. More...
|
| |
|
delegate void | MethodReloadItems () |
| | Represents Method Reload Items.
|
| |
| delegate void | MethodInvalidateItem (int i) |
| | Represents Method Invalidate Item. More...
|
| |
|
bool | CanCut () |
| |
|
bool | CanCopy () |
| |
|
bool | CanPaste () |
| |
|
void | ClearSelections () |
| | Clears the selections.
|
| |
| delegate void | MethodEnsureVisible (int newPage) |
| | Represents Method Ensure Visible. More...
|
| |
|
|
const int | ThumbnailSizeLarge = 256 |
| |
|
const int | ThumbnailSizeMedium = 150 |
| |
|
const int | ThumbnailSizeSmall = 100 |
| |
|
|
EventHandler< CancelEventArgs > | ContextMenuOpening = null |
| | Occurs when context menu opening.
|
| |
|
EventHandler< ToolStripItemClickedEventArgs > | ContextMenuItemClicked = null |
| | Occurs when context menu item clicked.
|
| |
|
EventHandler< ClipboardEventArgs > | ClipboardChanged = null |
| | Occurs when clipboard changed.
|
| |
|
EventHandler | SelectedIndexChanged |
| | Occurs when selected index changed.
|
| |
◆ Cut()
| bool SolidFramework.Forms.Thumbnails.Cut |
( |
| ) |
|
Cuts this instance.
- Returns
◆ MethodEnsureVisible()
| delegate void SolidFramework.Forms.Thumbnails.MethodEnsureVisible |
( |
int |
newPage | ) |
|
Represents Method Ensure Visible.
- Parameters
-
◆ MethodInvalidateItem()
| delegate void SolidFramework.Forms.Thumbnails.MethodInvalidateItem |
( |
int |
i | ) |
|
Represents Method Invalidate Item.
- Parameters
-
◆ MethodReloadItem()
| delegate void SolidFramework.Forms.Thumbnails.MethodReloadItem |
( |
IPageHolder |
pageHolder | ) |
|
Represents method reload item.
- Parameters
-
| pageHolder | The page holder. |
◆ Paste()
| bool SolidFramework.Forms.Thumbnails.Paste |
( |
| ) |
|
Pastes this instance.
- Exceptions
-
| System.InvalidOperationException | |
◆ ClipboardItems
| Clipboard SolidFramework.Forms.Thumbnails.ClipboardItems |
|
get |
Gets the clipboard items.
The clipboard items.
◆ Items
| ListView.ListViewItemCollection SolidFramework.Forms.Thumbnails.Items |
|
get |
Gets the items.
The items.
◆ Model
Gets or sets the model.
The model.
◆ ReadOnly
| bool SolidFramework.Forms.Thumbnails.ReadOnly |
|
getset |
Gets or sets a value indicating whether read only.
true if read only; otherwise, false.
◆ RemoveMenuItem
| ToolStripMenuItem SolidFramework.Forms.Thumbnails.RemoveMenuItem |
|
get |
Gets the remove menu item.
The remove menu item.
◆ RotateLeftMenuItem
| ToolStripMenuItem SolidFramework.Forms.Thumbnails.RotateLeftMenuItem |
|
get |
Gets the rotate left menu item.
The rotate left menu item.
◆ RotateRightMenuItem
| ToolStripMenuItem SolidFramework.Forms.Thumbnails.RotateRightMenuItem |
|
get |
Gets the rotate right menu item.
The rotate right menu item.
◆ SelectAllMenuItem
| ToolStripMenuItem SolidFramework.Forms.Thumbnails.SelectAllMenuItem |
|
get |
Gets the select all menu item.
The select all menu item.
◆ SelectedItems
| ListView.SelectedListViewItemCollection SolidFramework.Forms.Thumbnails.SelectedItems |
|
get |
Gets the selected items.
The selected items.
◆ ShowItemToolTips
| bool SolidFramework.Forms.Thumbnails.ShowItemToolTips |
|
getset |
Gets or sets a value indicating whether thumbnail items will show tooltips.
true if showing tooltips; otherwise, false.
◆ ThumbnailSize
| int SolidFramework.Forms.Thumbnails.ThumbnailSize |
|
getset |
Gets or sets the size of the thumbnail.
The size of the thumbnail.