Skip to content

TaskPanelItem Object Members

See Also

TaskPanelItem Overview

See Also


TaskPanelItem Object Members

Public Methods

Public Method EnsureVisible
EnsureVisible method is used to force an item in a group to become visible.

Public Method IsGroup
Returns whether an item is a TaskPanelGroup.

Public Method Remove
Removes the TaskPanelItem from a TaskPanelGroup.

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

Public Properties

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

Public Property AllowDrop
AllowDrop property has a different meaning depending on what type of object the TaskPanelItem represents.

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

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

Public Property Font
Gets/Sets the font used to display text for the item.

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

Public Property IconIndex
Gets/Sets the icon Id associated with the item. This will be set to the corresponding icon's "Tag" value in an ImageList control.

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

Public Property Index
Index of the TaskPanelGroupItem within the collection of items.

Public Property ParentItems
Allows you to access sibling groups and determine the total number of siblings.

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

Public Property Type
Gets/Sets the type of the item.

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

See Also

TaskPanelItem Overview


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