TaskPanelItem Object Members
See Also

TaskPanelItem Object Members
Public Methods
EnsureVisible
EnsureVisible method is used to force an item in a group to become visible.
IsGroup
Returns whether an item is a TaskPanelGroup.
Remove
Removes the TaskPanelItem from a TaskPanelGroup.
SetIconPadding
This method sets the amount of space (padding) around the icon within the TaskPanelItem.
Public Properties
AllowDrag
AllowDrag property specifies how and where the TaskPanelItem can be dragged and dropped.
AllowDrop
AllowDrop property has a different meaning depending on what type of object the TaskPanelItem represents.
Caption
Gets/Sets the caption of the item.
Enabled
Gets/Sets a Boolean value indicating whether the item is enabled.
Font
Gets/Sets the font used to display text for the item.
Group
Returns a reference to the TaskPanelGroup that this item belongs to.
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.
Id
Gets/Sets the numeric identifier of the item.
Index
Index of the TaskPanelGroupItem within the collection of items.
ParentItems
Allows you to access sibling groups and determine the total number of siblings.
Tag
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 item.
Type
Gets/Sets the type of the item.
Visible
Returns or sets whether the item is visible within a group.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.