TcxShellThumbnailOptions Members
Contains thumbnail options for shell controls.Constructors
Name | Description |
---|---|
Create(TPersistent) | Initializes a new instance of the TcxShellThumbnailOptions class with specified settings. |
Properties
Name | Description |
---|---|
Height | Specifies the thumbnail height, in pixels. |
ShowThumbnails | Specifies if shell items display thumbnails instead of icons. |
Size | Specifies thumbnail dimensions, in pixels. |
Width | Specifies the thumbnail width, in pixels. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
BeginUpdate | Postpones all control redraw operations that reflect thumbnail setting changes. |
EndUpdate | Applies any pending thumbnail setting changes to the shell control after a BeginUpdate. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
ToString | Inherited from TObject. |
See Also