This property sets the appearance of the Thumbnail Control.

[Visual Basic]   thumbcontrolname.Appearance [ = AppearanceConstants ]
[Visual C++]     [ long = ]thumbcontrolname.GetAppearance()
thumbcontrolname.SetAppearance(long Val)
[VB.NET]   thumbcontrolname.Appearance [ = ImageKit10Thumb(A)Lib.AppearanceConstants ]
[C#.NET]   thumbcontrolname.Appearance [ = ImageKit10Thumb(A)Lib.AppearanceConstants ]

* ImageKit10ThumbALib refers to the ANSI version, ImageKit10ThumbLib refers to the Unicode version.

Property Value

Value Explanation
0 Flat
1 Lowered
2 Raised

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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation