Skip to content

TaskPanelGroup Object Members

See Also

TaskPanelGroup Overview

See Also


TaskPanelGroup Object Members

Public Methods

Public Method EnsureVisible
The EnsureVisible method is used to force a group in the Task Panel to become visible.

Public Method IsGroup
Returns whether the item is a TaskPanelGroup.

Public Method Remove
Removes the TaskPanelGroup from the TaskPanel's collection of groups.

Public Method SetBackgroundImage
Sets an image to be used as the background of a group.

Public Method SetIconPadding
This method sets the amount of space (padding) around the icon within the TaskPanelGroup.

Public Method SetIconSize
The SetIconSize method is used to set the icon size of the group items.


Public Properties

Public Property AllowDrag
The AllowDrag property specifies how and where the TaskPanelGroup can be dragged and dropped.

Public Property AllowDrop
The AllowDrop property specifies whether TaskPanelGroupItem objects can be dropped into the group.

Public Property Caption
Gets/Sets the caption of the group.

Public Property 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.

Public Property Enabled
Gets/Sets a Boolean value indicating whether the group is enabled.

Public Property 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.

Public Property Expanded
Gets/Sets a Boolean value indicating whether the group is expanded.

Public Property Font
Gets/Sets the font used to display text in the group caption/header.

Public Property Group
Returns a reference to the TaskPanelGroup that this item belongs to.

Public Property IconIndex
Gets/Sets the index of the icon.

Public Property Id
Gets/Sets the numeric identifier of the group.

Public Property Index
Index of the TaskPanelGroup within the collection of groups.

Public Property ItemLayout
Gets/Sets the layout of the TaskPanelGroupItems that are added to this group.

Public Property Items
Gets the collection of TaskPanelGroupItems that are added to this group. These are the items displayed when the group is expanded.

Public Property MinimumClientHeight
Gets/Sets the minimum height of the group client area for the group.

Public Property ParentItems
Returns a reference to the collection of groups that the current TaskPanelGroup belongs to.

Public Property Special
Determines if the group is special.

Public Property Tag
The Tag property is used to return or set an expression that stores any extra data needed for your program.

Public Property Tooltip
Gets/Sets the tooltip that is displayed when the mouse is positioned over the group caption.

Public Property Visible
Returns or sets whether the group is visible.


See Also

TaskPanelGroup Overview


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