CommentControls.CommentsContainer Class Reference

The CommentsContainer control. Used to manage a collection of threaded comments Create the control and drop it on a form, then fill it up with a whole bunch of comments. Catch the event CommentsChanged, which is fired when the collection of comments contained in the control has been changed. More...

List of all members.

Public Member Functions

 CommentsContainer ()

Public Attributes

event CommentsContainerEventHandler CommentsChanged
 The event that is invoked when any of the contained comments have been changed.

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.

Properties

[TypeConverter(typeof(Dictionary<
int, CommentInfo >)), Category("Appearance"), Description("The handled set of comments")]
Dictionary< int, CommentInfo
Comments [get, set]

Private Member Functions

void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor.

Private Attributes

Dictionary< int, CommentInfocomments = new Dictionary<int, CommentInfo>()
 The comments contained in the CommentsContainer.
System.ComponentModel.IContainer components = null
 Required designer variable.
System.Windows.Forms.VScrollBar vsMove
System.Windows.Forms.Panel panContainer
System.Windows.Forms.Panel panScroller


Detailed Description

The CommentsContainer control. Used to manage a collection of threaded comments Create the control and drop it on a form, then fill it up with a whole bunch of comments. Catch the event CommentsChanged, which is fired when the collection of comments contained in the control has been changed.

Definition at line 18 of file CommentsContainer.cs.


Member Function Documentation

override void CommentControls.CommentsContainer.Dispose ( bool  disposing  )  [protected]

Clean up any resources being used.

Parameters:
disposing true if managed resources should be disposed; otherwise, false.

Definition at line 14 of file CommentsContainer.Designer.cs.

References CommentControls.CommentsContainer.components.

void CommentControls.CommentsContainer.InitializeComponent (  )  [private]

Required method for Designer support - do not modify the contents of this method with the code editor.

Definition at line 29 of file CommentsContainer.Designer.cs.

References CommentControls.CommentsContainer.panContainer, CommentControls.CommentsContainer.panScroller, and CommentControls.CommentsContainer.vsMove.

Referenced by CommentControls.CommentsContainer.CommentsContainer().

Here is the caller graph for this function:


Member Data Documentation

Dictionary<int, CommentInfo> CommentControls.CommentsContainer.comments = new Dictionary<int, CommentInfo>() [private]

The comments contained in the CommentsContainer.

Definition at line 21 of file CommentsContainer.cs.

event CommentsContainerEventHandler CommentControls.CommentsContainer.CommentsChanged

The event that is invoked when any of the contained comments have been changed.

Definition at line 26 of file CommentsContainer.cs.

System.ComponentModel.IContainer CommentControls.CommentsContainer.components = null [private]

Required designer variable.

Definition at line 8 of file CommentsContainer.Designer.cs.

Referenced by CommentControls.CommentsContainer.Dispose().


The documentation for this class was generated from the following files:
Generated on Thu Dec 21 06:24:26 2006 for SCRAML by  doxygen 1.5.1-p1