[This is preliminary documentation and is subject to change.]
Control that allows eas and very sophisticated editing of set of keywords
Namespace:
Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.2.0
Author: Đonny (dzonny@dzonny.cz)
Syntax
| C# |
|---|
[PrefixAttribute("kwe")] [DesignerGeneratedAttribute] [FirstVersionAttribute("06/26/2007")] [VersionAttribute(, , typeof(KeyWordsEditor), LastChange = "06/27/2008")] public class KeyWordsEditor : UserControl, IComparer<string> |
| Visual Basic (Declaration) |
|---|
<PrefixAttribute("kwe")> _ <DesignerGeneratedAttribute> _ <FirstVersionAttribute("06/26/2007")> _ <VersionAttribute(, , GetType(KeyWordsEditor), LastChange := "06/27/2008")> _ Public Class KeyWordsEditor _ Inherits UserControl _ Implements IComparer(Of String) |
| Visual C++ |
|---|
[PrefixAttribute(L"kwe")] [DesignerGeneratedAttribute] [FirstVersionAttribute(L"06/26/2007")] [VersionAttribute(, , typeof(KeyWordsEditor), LastChange = L"06/27/2008")] public ref class KeyWordsEditor : public UserControl, IComparer<String^> |
| J# |
|---|
/** @attribute PrefixAttribute("kwe") */ /** @attribute DesignerGeneratedAttribute */ /** @attribute FirstVersionAttribute("06/26/2007") */ /** @attribute VersionAttribute(, , KeyWordsEditor, LastChange = "06/27/2008") */ public class KeyWordsEditor extends UserControl implements IComparer<String> |
| JScript |
|---|
public class KeyWordsEditor extends UserControl implements IComparer<String> |
Remarks
There is a list of known keywords (which can be adited by user and persisted). Synonyms of keywords can be defined and added automatically in list.
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
Tools.WindowsT.FormsT..::.KeyWordsEditor
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
Tools.WindowsT.FormsT..::.KeyWordsEditor