Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.131 HideSelection Property

Description:

Indicates whether the selection indicator (a rectangle or reverse video indicating that a cell or item is selected) is hidden when the control loses focus.

Used in control(s):

ListView

Table

TreeView

Values (with constants):

True - Hides the selection indicator.(POW-TRUE)
False - Does not hide the selection indicator.(POW-FALSE)

Table

When the value is False, the rectangle that indicates the selected cell remains displayed.

ListView, TreeView

When the value is False, the selected item remains in reverse video.

Default value:

Table

False(POW-FALSE)

ListView, TreeView

True(POW-TRUE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.