This property sets the style of the thumbnail image frame.
[Visual
Basic] thumbcontrolname.Style [ =
SortConstants ]
[Visual C++] [
long = ]thumbcontrolname.GetStyle()
thumbcontrolname.SetStyle(long Val)
thumbcontrolname.SetStyle(long Val)
[VB.NET] thumbcontrolname.Style [
= ImageKit9Thumb(A)Lib.SortConstants ]
[C#.NET] thumbcontrolname.Style [
= ImageKit9Thumb(A)Lib.SortConstants ]
* ImageKit9ThumbALib refers to the ANSI version, ImageKit9ThumbLib refers to the Unicode version.
Property Value
Value | Explanation |
---|---|
0 | Button |
1 | Film |
2 | Custom |
The following constants can also be used: (ikButton = 0, ikFilm = 1, ikCustom = 2).
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.