BCGControlBar Library for .NET
TasksPaneControl Class
Members 




The TasksPaneControl class implements the functionality of a list of clickable items (tasks). The items can be arranged in groups and each group may have a caption. The groups can be collapsed and expanded one by one. Each item (task) can be associated with a command, and the command will be executed when the user clicks the task. A TaskItem raises the ExecuteCommand event. You can susbcribe to this event in order to handle task pane commands.
Object Model
TasksPaneControl ClassTasksPanePagesCollection ClassTasksPanePage ClassTasksPanePage ClassTasksPaneToolBar Class
Syntax
'Declaration
 
Public Class TasksPaneControl 
   Inherits System.Windows.Forms.Control
   Implements BCGSoft.Visualization.IVisualizationProvider 
'Usage
 
Dim instance As TasksPaneControl
public __gc class TasksPaneControl : public System.Windows.Forms.Control, BCGSoft.Visualization.IVisualizationProvider  
public ref class TasksPaneControl : public System.Windows.Forms.Control, BCGSoft.Visualization.IVisualizationProvider  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            BCGSoft.Controls.TasksPane.TasksPaneControl

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TasksPaneControl Members
BCGSoft.Controls.TasksPane Namespace

Send Feedback