ThumbnailImage Methods |
The ThumbnailImage type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginInit |
Signals the object that initialization is starting.
|
![]() | ClearImage |
Clear the current Image.
|
![]() | Dispose |
Remove reference to ShellControlConnector and implicitely remove this control from the list of known controls of the ShellControlConnector
(Overrides ControlDispose(Boolean).) |
![]() | EndInit |
Signals the object that initialization is complete.
|
![]() | FolderChanged |
Gets called if the active folder should change.
|
![]() | FullRefresh |
Reloads the thumbnail image.
|
![]() | GetThumbnailImage |
This method starts generating a thumbnail asynchronously
|
![]() | GoUp |
Implements IShellControlIShellControl.GoUp.
|
![]() | OnCreateControl | Raises the CreateControl method. (Overrides ControlOnCreateControl.) |
![]() | OnHandleCreated |
Raises the HandleCreated event.
(Overrides ControlOnHandleCreated(EventArgs).) |
![]() | OnPictureBoxClick |
Fire the OnClick event of the panel, when the same event gets fired for the PictureBox.
|
![]() | OnPictureDoubleClick |
Fire the OnDoubleClick event of the panel, when the same event gets fired for the PictureBox.
|
![]() | OnResize |
The Resize event must be overridden, because the PictureBox class has no Align property.
(Overrides PanelOnResize(EventArgs).) |
![]() | OnThumnbailLoaded |
Calls the ThumbnailLoaded event
|
![]() | Refresh(RefreshLevel) | This method indicates that the control should perform a refresh of its contents. |
![]() | Refresh(RefreshLevel, ItemIdList) | This method indicates that the control should perform a refresh of its contents. |
![]() | SelectedFileChange |
Gets called if the active file should change.
|
![]() | SmartRefresh |
Implements IShellControlIShellControl.SmartRefresh.
Internally calls FullRefreshFullRefresh.
|
Name | Description | |
---|---|---|
![]() | HandleNeeded | A Control extension method that ensures that the handle for a control is created. (Defined by ExtensionMethods.) |
![]() | ScaledPixels | An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with. (Defined by ExtensionMethods.) |
![]() | ScaleFont | A Control extension method that scales font according to the passed factor. (Defined by ExtensionMethods.) |