This property sets the appearance of the Thumbnail Control.
[Visual
Basic] thumbcontrolname.Appearance [
= AppearanceConstants ]
[Visual C++] [
long = ]thumbcontrolname.GetAppearance()
thumbcontrolname.SetAppearance(long Val)
thumbcontrolname.SetAppearance(long Val)
Property Value
Value | Explanation |
---|---|
0 | Flat |
1 | Lowered |
2 | Raised |
In Visual Basic, the following constants can also be used: (ikFlat = 0, ikLowered = 1, ikRaised = 2).
Explanation
The Appearance property sets the appearance of the Thumbnail Control. The Appearance property is enabled when the BorderVisible property is set to True. When the Appearance property is set to 0 (ikFlat), the border color is determined by the BorderColor property.
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.