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)
Property Value
Value | Explanation |
---|---|
0 | Button |
1 | Film |
2 | Custom |
In Visual Basic, 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.