Skip to content

Special Property

Description

Determines if the group is special.

Property Type

Read-write property.

Syntax (Visual Basic)

Public Property Special() As Boolean

Remarks

Gets/Sets a Boolean value indicating whether the group is special. If a group is special, it will appear in a different color than the other groups. Groups marked as special will be displayed differently than normal groups, drawing the user's attention to that particular group. This is an excellent way to show the user the "default" or important items.

Example

' This sample code illustrates how to specify that a group is special.  

Dim Group As TaskPanelGroup  

Set Group = wndTaskPanel.Groups.Add(0, "System Tasks")  
Group.Special = True  

See Also

TaskPanelGroup Object


See Also | | Task Panel ActiveX Control v24.0 | | | | | | | | |---|---|---|---|---|---|---|---|---|


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