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

Allows editing of the Items collection at design-time

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

Syntax

C#
public class LinkLabelItemsEditor : CollectionEditor
Visual Basic
Public Class LinkLabelItemsEditor _
	Inherits CollectionEditor
Visual C++
public ref class LinkLabelItemsEditor : public CollectionEditor
F#
type LinkLabelItemsEditor =  
    class
        inherit CollectionEditor
    end
JScript
public class LinkLabelItemsEditor extends CollectionEditor

Inheritance Hierarchy

System..::..Object
  System.Drawing.Design..::..UITypeEditor
    System.ComponentModel.Design..::..CollectionEditor
      Tools.WindowsT.FormsT..::..LinkLabel..::..LinkLabelItemsEditor

See Also