This property sets the appearance of the border of the Play Control.

[Visual Basic]   playcontrolname.Appearance[ = AppearanceConstants ]
[Visual C++]     [ long = ]playcontrolname.GetAppearance()
                       playcontrolname.SetAppearance(long Val)
[VB.NET]   playcontrolname.Appearance[ = ImageKit10WebCamera(a)Lib.AppearanceConstants ]
[C#.NET]   playcontrolname.Appearance[ = ImageKit10WebCamera(a)Lib.AppearanceConstants ]

* ImageKit10WebCameraALib refers to the ANSI version, ImageKit10WebCameraLib refers to the Unicode version.

Property Value

Value Explanation
0 Flat
1 Lowered
1 Raised

The following constants can also be used: (ikFlat = 0, ikLowered = 1, ikRaised = 2).

Explanation

The Appearance property sets the appearance of the border of the Play Control. It is enabled when the BorderVisible property is True. When the Appearance property is 0(ikFlat), the border color will be determined by the value set in 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