ListView.SetGroupTextColor Method | |
Set the text color to be used for the headings when displaying a ListView control by group.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetGroupTextColor(
oColor
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetGroupTextColor(
Usual oColor = default
)
Request Example
View SourceParameters
- oColor (Optional)
- Type: Usual
The color object required.
Return Value
Type:
UsualRemarks Tip |
---|
Listview grouping requires visual styles. If visual styles are not enabled or available these features have no effect.
If group view is enabled only items belonging to groups are displayed.
|
See Also