ListView_GetView()

Examples


The ListView_GetView() function retrieves the current view mode for the specified list view field.

Syntax

ListView_GetView(list_view_field)

Parameters

list_view_field – The list view field for which the view mode is being returned.

Return value

An integer corresponding to one of the following constants:

[spacer]

Constant

Description

LV_SMICON_VIEW

Small icon view

LV_LGICON_VIEW

Large icon view

LV_LIST_VIEW

List view

LV_REPORT_VIEW

Report view



Documentation Feedback