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

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

Syntax

C#
protected override bool UpdateListControl(
	ListBox listControl,
	TextBoxBase textBox
)
Visual Basic
Protected Overrides Function UpdateListControl ( 
	listControl As ListBox,
	textBox As TextBoxBase
) As Boolean
Visual C++
protected:
virtual bool UpdateListControl(
	ListBox^ listControl, 
	TextBoxBase^ textBox
) override

Return Value

Type: Boolean

See Also