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, CommentInfo > | comments = 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 |
Definition at line 18 of file CommentsContainer.cs.
| override void CommentControls.CommentsContainer.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
| 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:

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().
1.5.1-p1