TaskPanelGroup Object Members
See Also

TaskPanelGroup Object Members
Public Methods
EnsureVisible
The EnsureVisible method is used to force a group in the Task Panel to become visible.
IsGroup
Returns whether the item is a TaskPanelGroup.
Remove
Removes the TaskPanelGroup from the TaskPanel's collection of groups.
SetBackgroundImage
Sets an image to be used as the background of a group.
SetIconPadding
This method sets the amount of space (padding) around the icon within the TaskPanelGroup.
SetIconSize
The SetIconSize method is used to set the icon size of the group items.
Public Properties
AllowDrag
The AllowDrag property specifies how and where the TaskPanelGroup can be dragged and dropped.
AllowDrop
The AllowDrop property specifies whether TaskPanelGroupItem objects can be dropped into the group.
Caption
Gets/Sets the caption of the group.
CaptionVisible
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.
Enabled
Gets/Sets a Boolean value indicating whether the group is enabled.
Expandable
Gets/Sets a Boolean value indicating whether the group is expandable. If false, the group will always be expanded unless changed by the user; it can still be hidden via code.
Expanded
Gets/Sets a Boolean value indicating whether the group is expanded.
Font
Gets/Sets the font used to display text in the group caption/header.
Group
Returns a reference to the TaskPanelGroup that this item belongs to.
IconIndex
Gets/Sets the index of the icon.
Id
Gets/Sets the numeric identifier of the group.
Index
Index of the TaskPanelGroup within the collection of groups.
ItemLayout
Gets/Sets the layout of the TaskPanelGroupItems that are added to this group.
Items
Gets the collection of TaskPanelGroupItems that are added to this group. These are the items displayed when the group is expanded.
MinimumClientHeight
Gets/Sets the minimum height of the group client area for the group.
ParentItems
Returns a reference to the collection of groups that the current TaskPanelGroup belongs to.
Special
Determines if the group is special.
Tag
The Tag property is used to return or set an expression that stores any extra data needed for your program.
Tooltip
Gets/Sets the tooltip that is displayed when the mouse is positioned over the group caption.
Visible
Returns or sets whether the group is visible.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.