This property sets the style of the thumbnail image frame.

[C++Builder]   thumbcontrolname->Style [ = TVIkThumbnailStyle ]
[Delphi]   thumbcontrolname.Style [ = TVIkThumbnailStyle ]

[TVIkThumbnailStyle Type]

Unit
     IkThumb

type
     TVIkThumbnailStyle = (vikButton, vikFilm, vikCustom);

Property Value

Value Explanation
vikButton Button
vikFilm Film
vikCustom Custom

Explanation

The Style property sets the style of the thumbnail image frame. Changes to the Style  property during execution are not enabled until the Display method is executed.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit6/7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikButton, ikFilm, ikCustom.

 

The ImageKit10 VCL is a product created by Newtone Corporation