BorderCombo.LineColorVisible

Syntax

LineColorVisible: Boolean

Description

The LineColorVisible property determines whether to show the tab for selecting line color.

Comments

If the property is set to False, the tab for selecting line color is not displayed. By default the property is set to True.

Example

To execute the example, the page must contain the BorderCombo component named borderC (see Example of creating the BorderCombo component). Hide the tab for line color selection:

borderC.setLineColorVisible(false);

See also:

BorderCombo