XPStyle Property (AForm)

Version 5

Returns or sets the XP visual style of the form and its controls at run time.

Syntax

Object.XPStyle [ = bXPStyle ]

The XPStyle property syntax has the following parts:

 

Name

Type

Description

Object

AForm

AForm object

bXPStyle

Bool

A boolean expression that specifies whether the form is of XP visual style .

Where

bXPStyle can be one of the following:

 

Value

Description

True *

The form is in XP visual style.

False

The form is not in XP visual style.

Comments

 

Example

The following statement changes the AForm so the form is not in XP syle:

frm1.XPSyle=False

Applies to

AForm

See Also