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 void ReplaceText(
	ListBox listControl,
	TextBoxBase textBox
)
Visual Basic
Protected Overrides Sub ReplaceText ( 
	listControl As ListBox,
	textBox As TextBoxBase
)
Visual C++
protected:
virtual void ReplaceText(
	ListBox^ listControl, 
	TextBoxBase^ textBox
) override

See Also