|
|
|
|
|
BarVisible (Property) In french: BandeauVisible
The BarVisible property manages the selection bar on a column of a Table or TreeView Table control. You can: - Determine whether or not the selection bar is visible on a column.
- Show or hide the selection bar on a column.
COL_Colonne1.BandeauVisible = False
COL_Colonne5.BandeauVisible = False
Syntax
Determining whether or not the selection bar is visible on a column Hide the details
<Visible/Invisible> = <Column used>.BarVisible
<Visible/Invisible>: Boolean - True if the selection bar is visible,
- False otherwise.
<Column used>: Control name Name of the column to use (Table or TreeView Table).
Showing or hiding the selection bar on a column Hide the details
<Column used>.BarVisible = <Visible/Invisible>
<Column used>: Control name Name of the column to use (Table or TreeView Table). <Visible/Invisible>: Boolean - True if the selection bar should be displayed on the column,
- False if the selection bar should not be displayed on the column.
Remarks - The BarVisible property can be used on the columns of Table and TreeView Table controls.
- The property BarVisible PROPERTY property can be used on multi-selection Table fields: the selection banner is visible/invisible in the indicated column for all selected rows.
- The BarVisible property can be used on selection bars associated with a color or an image.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|