BackColor

[property icon] BackColor

Specifies the default background color

Integer SYM index property

Applies to: Generic , Grid , GridCell


>

BackColor

This property allows an alternative background color to be specified for a control. The new color is specified by assigning a pointer to one of the available stock colors, alternatively a color set created by the forms designer can be specified. For example:

.EditControl1.BackColor = &.DarkBlue

See also

Generic methods, properties and events. Grid methods, properties and events. GridCell methods, properties and events.