This property sets the appearance of the ImageKit Control border
[Visual Basic]   imagekitcontrolname.Appearance [= AppearanceConstants ]
[Visual C++]     [long = ]imagekitcontrolname.GetAppearance()
                 imagekitcontrolname.SetAppearance(long Val)

Property Value

Value Explanation
0 Flat
1 Lowered
2 Raised

In Visual Basic, it is also possible to use the following constants:(ikFlat = 0, ikLowered = 1, ikRaised = 2).

Explanation

The Appearance property sets the appearance of the ImageKit Control border. The Apperance property is enabled when the BorderVisible property is set to True. When the Apperance property is set to 0 (ikFlat), the color of the border 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 ImageKit8 ActiveX is a product created by Newtone Corporation