[This is preliminary documentation and is subject to change.]

Author: Đonny

Control that allows eas and very sophisticated editing of set of keywords

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[FirstVersionAttribute("06/26/2007")]
[PrefixAttribute("kwe")]
[DesignerGeneratedAttribute]
[VersionAttribute(, , typeof(KeyWordsEditor), LastChange = "06/27/2008")]
public class KeyWordsEditor : UserControl, 
	IComparer<string>
Visual Basic
<FirstVersionAttribute("06/26/2007")> _
<PrefixAttribute("kwe")> _
<DesignerGeneratedAttribute> _
<VersionAttribute(, , GetType(KeyWordsEditor), LastChange := "06/27/2008")> _
Public Class KeyWordsEditor _
	Inherits UserControl _
	Implements IComparer(Of String)
Visual C++
[FirstVersionAttribute(L"06/26/2007")]
[PrefixAttribute(L"kwe")]
[DesignerGeneratedAttribute]
[VersionAttribute(, , typeof(KeyWordsEditor), LastChange = L"06/27/2008")]
public ref class KeyWordsEditor : public UserControl, 
	IComparer<String^>
F#
[<FirstVersionAttribute("06/26/2007")>]
[<PrefixAttribute("kwe")>]
[<DesignerGeneratedAttribute>]
[<VersionAttribute(, , typeof(KeyWordsEditor), LastChange = "06/27/2008")>]
type KeyWordsEditor =  
    class
        inherit UserControl
        interface IComparer<string>
    end
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

See Also