See also:
NTier Windows Forms Framework Home
NTier Framework API reference

An editor for the property grid for entering a list of strings. A list of possible strings may be selected from a combo box.

Namespace: NTier.ComponentModel.Design
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public class StringArrayForDesignerEditor : ArrayEditor
Visual Basic
Public Class StringArrayForDesignerEditor
	Inherits ArrayEditor
Visual C++
public ref class StringArrayForDesignerEditor : public ArrayEditor

Inheritance Hierarchy

See Also