Style property

Sets or returns the color combination for the Database.

Syntax


C++

HRESULT get_Style(ERUDBStyle * pRetVal)

HRESULT put_Style(ERUDBStyle style)

Scripting languages

Value = object.Style

object.Style = Value

Legal values


The value of the Style property is specified by the ERUDBStyle enum.

Remarks


The color combination you set with the Style property must be specified when you create the Database and can't be changed once the Database is created.

Home

Applies to

IERUDBPage


See also

Databases