Description

If you have an SRP Tab control that you want to use to paint the form's background, use this to initialize it to the current theme.

Syntax

rv = Theme_Services("SetupSRPTabAsBackground", ColumnInfo, ShowHeaderColumn, ItemHeight, Border)

Parameters

ParameterDescription

ColumnInfo

Array of column info. Each field has two values: Title :@VM: Width. Width can be set to "Auto"

ShowHeaderColumn

Yes/No. Determines if the left header column is visible.

ItemHeight

The item height in pixels. Defaults to 24.

Border

The control border. Defaults to None.

Version

16.0.18

  • No labels