TaskPanel Control Members
See Also

| Task Panel ActiveX Control v24.0 |
|---|
TaskPanel Control Members
Public Methods
| Method | Description |
|---|---|
AboutBox |
Displays the About Box of the TaskPanel. |
AddIconHandle |
Adds the icon handle of an icon to the TaskPanel. |
CreateItemFromDropArray |
Converts the "Data" parameter in the Drag/Drop event back into a TaskPanelGroupItem. |
DoPropExchange |
Exchanges layout and state information to/from a PropExchange object. |
Find |
Finds and returns a TaskPanelGroupItem. |
RenameItem |
Used to change the Caption of a TaskPanelGroup or TaskPanelItem. |
Reposition |
Repositions the groups in the TaskPanel. You only need to call this after you add a group or item and you do not want any animation displayed. |
SetGroupIconSize |
Specifies the size of icons displayed in a TaskPanelGroup object. |
SetGroupImageList |
Assigns an image list to a TaskPanel's group. The TaskPanelGroupItems added to the group will use these images as icons. |
SetGroupInnerMargins |
Gets/Sets inner margins of the groups. |
SetGroupOuterMargins |
Gets/Sets outer margins of the groups. |
SetGroupTextFormat |
Sets the text format for text displayed in task panel groups. |
SetIconSize |
Specifies the size of the icons in the TaskPanel. |
SetImageLayoutIconPadding |
Sets the top, left, bottom, and right margins/padding around icons in the Task Panel. |
SetImageList |
Assigns an image list to a TaskPanel control. All TaskPanelGroupItems added to the TaskPanel will use these images as icons unless the SetGroupImageList method is used for a particular group. |
SetItemInnerMargins |
Gets/Sets inner margins of the items. |
SetItemOuterMargins |
Gets/Sets outer margins of the items. |
SetItemTextFormat |
Specifies how the text for items in the TaskPanel will be displayed. |
SetMargins |
Sets the top, left, bottom, and right margins of the TaskPanel control. This is the area surrounding each group within the TaskPanel. |
Public Properties
| Property | Description |
|---|---|
AllowDrag |
Specifies how and where the items in the TaskPanel can be dragged and dropped. |
Animation |
Gets/Sets the animation of TaskPanel groups. |
Behaviour |
Gets/Sets the behavior of the TaskPanel. |
BorderStyle |
The type of border style that is placed around the TaskPanel. |
CaptionFont |
Specifies the font used to display the caption of TaskPanelGroups. |
ClientHeight |
Returns the minimum height of the task panel before a ScrollBar will appear so that all content can be accessible. |
ColorSet |
Stores the colors used to paint the Task Panel. |
ColumnWidth |
Gets/Sets the width in pixels of all columns in a multi-column task panel. |
DragOverItem |
Holds a pointer to the item that currently is being dragged over. |
DrawFocusRect |
Gets/Sets whether a focus rectangle will be drawn around a TaskPanelGroupItem/TaskPanelItem when navigating. |
EnableAnimation |
Enables or disables animation for the TaskPanel group items. |
Enabled |
Gets/Sets a boolean value determining whether the control is enabled. |
EnableMarkup |
Allows the use of a XAML snippet to be used for the Caption of Task Panel Items. |
Expandable |
Gets/Sets a Boolean value indicating whether the task panel groups are expandable. |
FocusedItem |
Holds a pointer to the currently focused TaskPanelItem. |
Groups |
Collection of TaskPanelGroup objects in the TaskPanel control. |
HotItem |
Holds a pointer to the "hot" TaskPanelItem. |
HotItemMousePointer |
Gets or sets the icon id of the image to use when the mouse pointer is positioned over an item. |
HotTrackStyle |
Gets/Sets the Hot Tracking style used on mouse over. |
hWnd |
The Handle to the object that the TaskPanel is bound to. |
Icons |
Gets/Sets the icons used in the TaskPanel. |
ItemLayout |
Gets/Sets the layout of the items within groups. |
ItemsFont |
Specifies the font used to display the text of TaskPanelGroupItems. |
LockRedraw |
Used to lock or unlock Task Panel re-drawing. |
MinimumGroupClientHeight |
Gets/Sets the minimum height of the group client area for all groups in the task panel. |
MultiColumn |
Enables/disables the use of multi-column groups for layouts other than image layout. |
OLEDropMode |
Uses the flags from the OLEDropConstants enumeration to specify the drop mode used by the task panel for dropping external items. |
ReCreateReparented |
|
RightToLeft |
Gets or sets a value indicating whether the TaskPanel elements are aligned to support locales using right-to-left fonts. |
SelectItemOnFocus |
Gets/Sets whether items will be selected when they are clicked. |
SingleSelection |
Specifies whether only one item can be selected in the Task Panel at a time. |
ToolTipContext |
Represents the tool tip window that is used to display tool tips. |
VisualTheme |
Gets/Sets the visual theme of the TaskPanel control. |
Events
| Event | Description |
|---|---|
BeginDrag |
Occurs when a GroupItem begins to drag. |
ClientHeightChanged |
Occurs when the client height changes. |
EndRenameItem |
Occurs when an item has finished being renamed. |
FocusedItemChanged |
Occurs when the focus has changed from one item or group to a different item or group. |
GroupExpanded |
Occurs when a group has finished expanding. |
GroupExpanding |
Occurs when a Group is in the process of expanding or collapsing. |
GroupMove |
Occurs when a group moves (has been dragged). |
HotItemChanged |
Occurs when a new item becomes "hot". |
ItemClick |
Occurs when a TaskPanelGroupItem that is of type xtpTaskItemTypeLink has been clicked. |
ItemDblClick |
Occurs when an item in the TaskPanel is double-clicked. |
ItemDrop |
Occurs when a GroupItem has been dropped. |
ItemRButtonDown |
Occurs when a TaskPanelGroup caption is right-clicked, or when a TaskPanelGroupItem that is of type xtpTaskItemTypeLink has been right-clicked. |
KeyDown |
Occurs when a key on the keyboard is pressed down while a TaskPanelGroup or TaskPanelGroupItem of type xtpTaskItemTypeLink has focus. |
KeyUp |
Occurs when a key on the keyboard is released while a TaskPanelGroup or TaskPanelGroupItem of type xtpTaskItemTypeLink has focus. |
MouseDown |
Occurs when a button on the mouse has been pressed anywhere on the TaskPanel. |
MouseMove |
Occurs when the mouse pointer is moved anywhere over the TaskPanel. |
MouseUp |
Occurs when a button on the mouse has been released anywhere on the TaskPanel. |
OLEDragDrop |
Occurs when a source component is dropped onto a target component when the source component determines that a drop can occur. |
OLEDragOver |
Occurs when one component is dragged over another. |
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.


