Properties | |
BSTR RW | Header [] |
Returns or sets the header text of the Group. | |
BSTR RW | SubTitle [] |
Returns or sets the subtitle text of the Group. | |
BSTR RW | Task [] |
Returns or sets the text for a task link. | |
BSTR RW | DescriptionTop [] |
Returns or sets the top description text. | |
BSTR RW | DescriptionBottom [] |
Returns or sets the bottom description text. | |
BSTR RW | SubsetTitle [] |
Returns or sets the subset title text. | |
VARIANT_BOOL RW | Subseted [] |
When TRUE the group displays only a portion of its items. | |
VARIANT_BOOL RW | NoHeader [] |
When TRUE the group does not display a header. | |
VARIANT_BOOL RW | Visible [] |
Shows or hides the group. | |
VARIANT_BOOL RW | Expanded [] |
Expands or collapses the group. | |
VARIANT_BOOL RW | Collapsible [] |
When TRUE the group can be collapsed. | |
LONG RW | HeaderAlign [] |
Defines alignment of the header text for the group. | |
LONG RW | TitleImage [] |
Index of the title image in the GroupHeaderImages. | |
LONG RW | ExtendedImage [] |
Index of the extended image in the GroupHeaderImages. | |
BSTR RW | Footer [] |
Returns or sets the footer text of the Group. | |
LONG RW | FooterAlign [] |
Defines alignment of the footer text for the group. |
The method Add returns a ListViewGroup object. Requires Comctl32.dll version 6. Requires visual styles (Themes). Without visual styles groups not visible.
VARIANT_BOOL RW Collapsible |
When TRUE the group can be collapsed.
Requires Windows Vista.
BSTR RW DescriptionBottom |
Returns or sets the bottom description text.
Requires Windows Vista.
BSTR RW DescriptionTop |
Returns or sets the top description text.
Requires Windows Vista.
VARIANT_BOOL RW Expanded |
Expands or collapses the group.
LONG RW ExtendedImage |
BSTR RW Footer |
Returns or sets the footer text of the Group.
Requires Windows Vista.
LONG RW FooterAlign |
BSTR RW Header |
Returns or sets the header text of the Group.
LONG RW HeaderAlign |
VARIANT_BOOL RW NoHeader |
When TRUE the group does not display a header.
Requires Windows Vista.
VARIANT_BOOL RW Subseted |
When TRUE the group displays only a portion of its items.
Requires Windows Vista. This feature unsupported, method intended for future use.
BSTR RW SubsetTitle |
Returns or sets the subset title text.
Requires Windows Vista.
BSTR RW SubTitle |
Returns or sets the subtitle text of the Group.
Requires Windows Vista.
BSTR RW Task |
Returns or sets the text for a task link.
Requires Windows Vista.
LONG RW TitleImage |
VARIANT_BOOL RW Visible |
Shows or hides the group.