This property sets the appearance of the ImageKit Control border
[Visual Basic]   imagekitcontrolname.Appearance [= AppearanceConstants ]
[Visual C++]     [long = ]imagekitcontrolname.GetAppearance()
                 imagekitcontrolname.SetAppearance(long Val)
[VB.NET]   imagekitcontrolname.Appearance [= ImageKit10(A)Lib.ApearanceConstants ]
[C#.NET]   imagekitcontrolname.Appearance [= ImageKit10(A)Lib.ApearanceConstants ]

* ImageKit10ALib refers to the ANSI version, ImageKit10Lib refers to the Unicode version.

Property Value

Value Explanation
0 Flat
1 Lowered
2 Raised

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 ImageKit10 ActiveX is a product created by Newtone Corporation