Skip to content

CaptionVisible Property

Description

Gets/Sets a Boolean value indicating whether the group caption is visible. If false, the group caption bar is hidden and you will not be able to expand/hide the group items.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property CaptionVisible() As Boolean

Example

' This sample code illustrates how to hide the caption of a group in the task panel.  

Dim Group As TaskPanelGroup  

Set Group = wndTaskPanel.Groups.Add(0, "System Tasks")  
Group.CaptionVisible = False  

See Also


See Also

Task Panel ActiveX Control v24.0

Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.