Classes | |
| class | TagControle |
| The TagControle class, is used to draw the tags themseles. A tag is made up by: The tag word +/- label user to add or remove tags 4 black lines forming a hollow black rectangle A rectangle status bar whith a texture, indicating in % how much the tag is used A white rectangle filling the rest of the status bar if the status bar is not a 100% and a background. More... | |
| class | TagCloud |
| The tag cloud control, which is used to show a weighted list of keywords to the user. More... | |
| class | TagCloudEventArgs |
| An implementation of EventArgs which is used to generate events for the TagCloud control. More... | |
| class | TagContainer |
| The TagContainer control, which is used to edit the tags for an item with a UniquelyIdentifiable ID Make sure to actually add ID, Username and Tags to the control! Otherwise it has nothing to handle. More... | |
| class | TagContainerEventArgs |
| An implementation of EventArgs which is used to generate events for the TagContainer control. More... | |
| class | Sorter |
| This class containt different sorting functions there can be used on the tags. More... | |
| class | TagsInfo |
| This is used to sort the tags in. More... | |
Packages | |
| package | Properties |
| Contains the TagControl 's Resources. | |
Functions | |
| delegate void | TagCloudEventHandler (object sender, TagCloudEventArgs e) |
| The delegate which takes care of events for the TagCloud control. | |
| delegate void | TagContainerEventHandler (object sender, TagContainerEventArgs e) |
| The delegate which takes care of events for the TagContainer control. | |
| delegate void TagControls.TagCloudEventHandler | ( | object | sender, | |
| TagCloudEventArgs | e | |||
| ) |
The delegate which takes care of events for the TagCloud control.
| sender | Who is sending the event? | |
| e | What type of event has happened? |
| delegate void TagControls.TagContainerEventHandler | ( | object | sender, | |
| TagContainerEventArgs | e | |||
| ) |
The delegate which takes care of events for the TagContainer control.
| sender | Who is sending the event? | |
| e | What type of event has happened? |
1.5.1-p1